:root {
  --ink: #181513;
  --ink-soft: #211d1a;
  --panel: #292420;
  --panel-lift: #332d28;
  --paper: #f4efe6;
  --paper-soft: #e7dfd2;
  --muted: #aaa096;
  --orange: #ff7417;
  --orange-bright: #ff8d3f;
  --raisin: #6f415d;
  --raisin-light: #ac7895;
  --green: #7fc996;
  --edge: rgba(255, 255, 255, .11);
  --shell: 1180px;
  --radius: 24px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; color: var(--ink); background: var(--paper); border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--orange-bright); outline-offset: 4px; }

.page-glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(1px); }
.page-glow--one { width: 720px; height: 720px; top: -360px; right: -140px; background: radial-gradient(circle, rgba(255,116,23,.14), transparent 68%); }
.page-glow--two { width: 480px; height: 480px; top: 440px; left: -300px; background: radial-gradient(circle, rgba(111,65,93,.16), transparent 68%); }

.site-header { position: relative; z-index: 30; padding: 20px 0; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, padding .25s; }
.site-header.is-stuck { position: sticky; top: 0; padding: 12px 0; background: rgba(24,21,19,.88); border-color: rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { position: relative; flex: 0 0 auto; }
.brand-mark img { filter: drop-shadow(0 8px 14px rgba(0,0,0,.24)); }
.raisin-dot { position: absolute; width: 11px; height: 11px; right: -2px; bottom: 1px; background: var(--raisin); border: 2px solid var(--ink); border-radius: 50%; box-shadow: -5px -3px 0 -1px #8c5875; }
.brand-copy { display: flex; line-height: 1; letter-spacing: -.03em; font-size: 17px; }
.brand-copy strong { font-weight: 850; }
.brand-copy span { margin-left: 4px; color: var(--muted); }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { color: #c9c0b7; text-decoration: none; font-size: 13px; font-weight: 650; transition: color .2s; }
.primary-nav a:hover { color: #fff; }
.primary-nav .nav-status { display: flex; align-items: center; gap: 8px; padding: 8px 13px; color: var(--paper); border: 1px solid var(--edge); border-radius: 999px; background: rgba(255,255,255,.04); }
.nav-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,116,23,.1); }
.nav-toggle { display: none; width: 43px; height: 43px; border: 1px solid var(--edge); border-radius: 50%; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 17px; height: 1px; margin: 5px auto; background: #fff; transition: transform .2s; }

.hero { position: relative; min-height: 735px; display: grid; grid-template-columns: 1fr .93fr; gap: 66px; align-items: center; padding-top: 58px; padding-bottom: 90px; }
.eyebrow, .kicker { color: var(--orange-bright); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 7px 12px 7px 8px; border: 1px solid rgba(255,116,23,.18); border-radius: 999px; background: rgba(255,116,23,.06); }
.eyebrow-pip { width: 17px; height: 17px; border-radius: 50%; background: var(--orange); box-shadow: inset -4px -3px 0 rgba(134,58,4,.22); }
.hero h1 { margin: 27px 0 25px; font-family: var(--display); font-size: clamp(64px, 7.2vw, 106px); font-stretch: condensed; font-weight: 900; line-height: .86; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 590px; margin: 0; color: #bbb1a7; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 31px 0 27px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; text-decoration: none; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #1b110b; background: var(--orange); box-shadow: 0 16px 38px rgba(255,116,23,.17); }
.button--primary:hover { background: var(--orange-bright); }
.button--quiet { color: #ddd4cb; background: rgba(255,255,255,.035); border-color: var(--edge); }
.button--quiet:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.18); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: #8f867e; font-size: 12px; }
.trust-row span { display: flex; align-items: center; gap: 6px; }
.trust-check { width: 17px; height: 17px; display: inline-grid; place-items: center; border: 1px solid rgba(127,201,150,.3); border-radius: 50%; color: var(--green); font-style: normal; font-size: 10px; }

.hero-product { position: relative; min-width: 0; }
.loader-window { position: relative; z-index: 2; max-width: 500px; margin-left: auto; padding: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background: linear-gradient(145deg, rgba(52,46,41,.96), rgba(32,28,25,.98)); box-shadow: 0 42px 90px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.05); transform: rotate(1.1deg); }
.loader-window::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(130deg, rgba(255,255,255,.035), transparent 35%); }
.window-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 21px; }
.window-identity { display: flex; align-items: center; gap: 10px; }
.window-identity img { width: 38px; }
.window-identity span { display: flex; flex-direction: column; line-height: 1.1; }
.window-identity small, .plugin-head small { color: var(--orange); font-size: 8px; font-weight: 850; letter-spacing: .16em; }
.window-identity strong { margin-top: 4px; font-size: 15px; }
.window-online { display: flex; align-items: center; gap: 6px; color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.window-online i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(127,201,150,.08); }
.window-tabs { display: flex; gap: 19px; padding: 0 3px 12px; color: #847c75; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 10px; }
.window-tabs span { position: relative; }
.window-tabs .active { color: #fff; }
.window-tabs .active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -13px; height: 2px; background: var(--orange); }
.plugin-card { margin-top: 13px; padding: 14px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.022)); }
.plugin-card--dim { opacity: .72; }
.plugin-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.plugin-head > span { display: flex; flex-direction: column; }
.plugin-head strong { margin-top: 3px; font-size: 13px; }
.pill { padding: 3px 7px; color: var(--orange-bright); border: 1px solid rgba(255,116,23,.26); border-radius: 999px; background: rgba(255,116,23,.07); font-size: 7px; font-style: normal; font-weight: 800; }
.plugin-card p { margin: 11px 0 13px; color: #978e86; font-size: 10px; }
.plugin-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.065); color: #746d67; font-size: 8px; }
.plugin-foot b { padding: 6px 11px; color: #28170b; border-radius: 6px; background: var(--orange); font-size: 8px; }
.session-line { display: flex; align-items: center; gap: 9px; margin-top: 13px; padding: 11px 12px; border: 1px dashed rgba(127,201,150,.2); border-radius: 10px; background: rgba(127,201,150,.035); }
.session-icon { width: 25px; height: 25px; display: grid; place-items: center; color: var(--green); border: 1px solid rgba(127,201,150,.2); border-radius: 7px; font-size: 9px; }
.session-line > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; line-height: 1.25; }
.session-line strong { font-size: 9px; }
.session-line small { margin-top: 2px; color: #77716b; font-size: 8px; }
.session-line i { color: var(--green); font-size: 7px; font-style: normal; font-weight: 800; }
.raisin-cluster { position: absolute; z-index: 1; width: 126px; height: 126px; }
.raisin-cluster i { position: absolute; width: 45px; height: 50px; border: 1px solid rgba(255,255,255,.06); border-radius: 47% 53% 52% 48%; background: linear-gradient(145deg, #81516e, #4d2c40); box-shadow: inset 8px 7px 12px rgba(255,255,255,.05), 0 15px 30px rgba(0,0,0,.3); transform: rotate(var(--r, 0deg)); }
.raisin-cluster i:nth-child(1) { left: 34px; top: 0; --r: 11deg; }
.raisin-cluster i:nth-child(2) { left: 3px; top: 34px; --r: -17deg; }
.raisin-cluster i:nth-child(3) { left: 56px; top: 34px; --r: 18deg; }
.raisin-cluster i:nth-child(4) { left: 25px; top: 72px; --r: 9deg; }
.raisin-cluster i:nth-child(5) { left: 76px; top: 75px; --r: -8deg; }
.raisin-cluster--hero { right: -54px; bottom: -46px; transform: rotate(-13deg) scale(.78); }

.marquee { overflow: hidden; border-block: 1px solid rgba(255,255,255,.08); background: #1d1917; transform: rotate(-1.15deg) scale(1.02); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 32px; padding: 14px 0; color: #6f6761; font-size: 10px; font-weight: 850; letter-spacing: .24em; }
.marquee-track i { color: var(--orange); font-style: normal; }

.section { padding-top: 125px; padding-bottom: 125px; }
.section-heading { display: grid; grid-template-columns: 1.1fr .8fr; align-items: end; gap: 80px; margin-bottom: 46px; }
.section-heading h2, .security-copy h2, .access-intro h2, .privacy-inner h2 { margin: 11px 0 0; font-family: var(--display); font-size: clamp(46px, 5.6vw, 74px); font-weight: 900; line-height: .94; letter-spacing: -.045em; text-transform: uppercase; }
.section-heading > p { max-width: 440px; margin: 0 0 7px; color: var(--muted); }
.library-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.library-card { position: relative; min-height: 430px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 28px; border: 1px solid var(--edge); border-radius: var(--radius); background: var(--panel); }
.library-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(145deg, rgba(255,255,255,.055), transparent 36%); }
.library-card--bosser { background: radial-gradient(circle at 60% 35%, rgba(255,116,23,.18), transparent 34%), var(--panel); }
.library-card--mouse { background: radial-gradient(circle at 65% 35%, rgba(111,65,93,.36), transparent 38%), var(--panel); }
.library-card--next { min-height: 260px; grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.7fr; align-items: end; background: #211d1a; }
.card-number { position: absolute; top: 22px; right: 25px; color: rgba(255,255,255,.25); font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.card-visual { position: absolute; width: 220px; height: 220px; top: 32px; left: 50%; transform: translateX(-50%); }
.orbit { position: absolute; inset: 15px; border: 1px solid rgba(255,116,23,.25); border-radius: 50%; }
.orbit--one { animation: slow-spin 22s linear infinite; }
.orbit--one::after, .orbit--two::after { content: ""; position: absolute; width: 9px; height: 9px; top: 14px; left: 28px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 18px rgba(255,116,23,.6); }
.orbit--two { inset: 47px; border-style: dashed; opacity: .55; animation: slow-spin 15s linear infinite reverse; }
.orbit--two::after { top: auto; left: auto; right: -5px; bottom: 32px; width: 6px; height: 6px; }
.boss-rune { position: absolute; inset: 68px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: var(--orange); background: #261b14; box-shadow: 0 0 45px rgba(255,116,23,.18); font-family: Georgia, serif; font-size: 48px; font-weight: 700; }
.card-visual--mouse { width: 260px; }
.mouse-body { position: absolute; width: 112px; height: 145px; left: 84px; top: 34px; border: 1px solid rgba(255,255,255,.1); border-radius: 56% 49% 55% 45%; background: linear-gradient(140deg, #885870, #4c2c40); box-shadow: inset 15px 10px 20px rgba(255,255,255,.06), 0 30px 60px rgba(0,0,0,.3); transform: rotate(18deg); }
.mouse-ear { position: absolute; width: 48px; height: 48px; left: 78px; top: 24px; border: 9px solid #5d384a; border-radius: 50%; background: #a8758d; box-shadow: 0 0 0 1px rgba(255,255,255,.08); }
.mouse-tail { position: absolute; width: 170px; height: 130px; left: -25px; top: 100px; border: 8px solid transparent; border-top-color: var(--raisin-light); border-radius: 50%; transform: rotate(-17deg); opacity: .7; }
.card-copy { position: relative; z-index: 2; }
.card-label { display: flex; align-items: center; gap: 11px; }
.card-label span { color: var(--orange-bright); font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.card-label i { padding: 2px 7px; color: #bca1af; border: 1px solid rgba(172,120,149,.22); border-radius: 999px; font-size: 8px; font-style: normal; }
.card-copy h3 { margin: 9px 0 8px; font-family: var(--display); font-size: 38px; line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.card-copy p { max-width: 440px; margin: 0; color: #9c938c; font-size: 14px; }
.next-mark { position: relative; z-index: 2; align-self: center; justify-self: center; display: grid; place-items: center; width: 96px; height: 96px; color: #80766d; border: 1px dashed rgba(255,255,255,.16); border-radius: 50%; font-size: 48px; font-weight: 200; }

.security-section { background: var(--paper); color: var(--ink); }
.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; }
.security-copy .kicker { color: #bd5011; }
.security-copy p { max-width: 510px; margin: 27px 0 0; color: #625b55; font-size: 17px; }
.security-copy .security-caveat { padding-left: 16px; border-left: 2px solid #cbbfb0; color: #776f67; font-size: 13px; }
.security-flow { display: flex; flex-direction: column; }
.flow-card { display: grid; grid-template-columns: 28px 46px 1fr; align-items: center; gap: 14px; padding: 18px; border: 1px solid rgba(24,21,19,.12); border-radius: 16px; background: rgba(255,255,255,.4); box-shadow: 0 12px 35px rgba(50,35,20,.045); }
.flow-step { color: #9e9489; font-size: 9px; font-weight: 850; }
.flow-icon { width: 46px; height: 46px; display: grid; place-items: center; color: #fff; border-radius: 13px; background: var(--ink); font-family: Georgia, serif; font-weight: 800; }
.flow-card > div:last-child { display: flex; flex-direction: column; }
.flow-card strong { font-size: 14px; }
.flow-card small { margin-top: 3px; color: #706860; font-size: 12px; }
.flow-link { height: 24px; padding-left: 70px; }
.flow-link i { display: block; width: 1px; height: 100%; background: #c9beb2; }

.access-panel { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding: 55px; overflow: hidden; border: 1px solid var(--edge); border-radius: 30px; background: radial-gradient(circle at 5% 10%, rgba(255,116,23,.12), transparent 35%), var(--panel); }
.access-panel::after { content: ""; position: absolute; width: 220px; height: 220px; right: -110px; top: -110px; border: 1px dashed rgba(255,116,23,.2); border-radius: 50%; }
.access-intro p { max-width: 410px; margin-top: 24px; color: var(--muted); }
.access-steps { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 11px; margin: 0; padding: 0; list-style: none; }
.access-steps li { display: grid; grid-template-columns: 43px 1fr; align-items: center; gap: 15px; padding: 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.035); }
.access-steps li > span { width: 36px; height: 36px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(255,116,23,.2); border-radius: 10px; background: rgba(255,116,23,.06); font-size: 12px; font-weight: 850; }
.access-steps div { display: flex; flex-direction: column; }
.access-steps strong { font-size: 13px; }
.access-steps small { color: #8e857d; font-size: 11px; }

.status-section { padding-top: 0; }
.status-card { overflow: hidden; border: 1px solid var(--edge); border-radius: 24px; background: #211d1a; }
.status-copy { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 29px 32px; border-bottom: 1px solid rgba(255,255,255,.08); }
.status-title { display: flex; align-items: center; gap: 15px; }
.status-title > i { width: 12px; height: 12px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(255,116,23,.09), 0 0 24px rgba(255,116,23,.35); }
.status-title span { display: flex; flex-direction: column; }
.status-title small { color: var(--orange); font-size: 8px; font-weight: 850; letter-spacing: .15em; }
.status-title strong { margin-top: 3px; font-size: 16px; }
.status-copy p { max-width: 460px; margin: 0; color: #8f867f; font-size: 12px; }
.status-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 25px 32px; }
.status-facts div { display: flex; flex-direction: column; gap: 3px; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.07); }
.status-facts div:first-child { padding-left: 0; }
.status-facts div:last-child { border: 0; }
.status-facts dt { color: #756d66; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.status-facts dd { margin: 0; color: #c5bbb2; font-size: 12px; }
.download-card { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; margin: 0 18px 18px; padding: 14px; border-radius: 15px; background: rgba(255,255,255,.04); }
.download-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(255,116,23,.18); border-radius: 11px; background: rgba(255,116,23,.06); font-size: 20px; }
.download-card > div { display: flex; flex-direction: column; }
.download-card strong { font-size: 13px; }
.download-card small { color: #7f7770; font-size: 10px; }
.button--download { min-height: 38px; padding: 0 15px; color: var(--ink); background: var(--orange); font-size: 10px; }
.button--download.is-disabled { color: #817870; border-color: rgba(255,255,255,.08); background: rgba(255,255,255,.04); pointer-events: none; }

.faq-section { padding-top: 30px; }
.section-heading--faq { grid-template-columns: 1fr; margin-bottom: 30px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.faq-grid details { align-self: start; padding: 0 20px; border: 1px solid var(--edge); border-radius: 13px; background: #211d1a; }
.faq-grid summary { min-height: 61px; display: flex; align-items: center; justify-content: space-between; gap: 15px; cursor: pointer; font-size: 13px; font-weight: 700; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { color: var(--orange); font-size: 20px; font-weight: 300; transition: transform .2s; }
.faq-grid details[open] summary span { transform: rotate(45deg); }
.faq-grid p { margin: -2px 0 18px; padding-right: 25px; color: #948b83; font-size: 12px; }

.privacy-strip { padding: 70px 0; color: var(--ink); background: #ded2c1; }
.privacy-inner { display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 30px; }
.privacy-cat { width: 82px; height: 82px; display: grid; place-items: center; border: 1px solid rgba(24,21,19,.1); border-radius: 24px; background: rgba(255,255,255,.25); transform: rotate(-4deg); }
.privacy-inner .kicker { color: #9c3f0c; }
.privacy-inner h2 { font-size: clamp(36px, 4vw, 56px); }
.privacy-inner p { max-width: 720px; margin: 14px 0 0; color: #685f56; font-size: 13px; }
.text-link { white-space: nowrap; color: var(--ink); text-decoration: none; border-bottom: 1px solid rgba(24,21,19,.35); font-size: 12px; font-weight: 800; }

.site-footer { padding: 46px 0 32px; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; }
.brand--footer { font-size: 14px; }
.footer-inner > p { margin: 0; color: #776f69; font-size: 11px; }
.footer-inner nav { display: flex; gap: 22px; }
.footer-inner nav a { color: #998f87; text-decoration: none; font-size: 11px; }
.footer-inner > small { grid-column: 1 / -1; padding-top: 24px; color: #635c57; border-top: 1px solid rgba(255,255,255,.065); font-size: 9px; }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes slow-spin { to { transform: rotate(360deg); } }

/* Privacy and utility pages */
.utility-page { min-height: 100vh; display: flex; flex-direction: column; }
.utility-page main { flex: 1; }
.utility-hero { padding: 100px 0 60px; }
.utility-hero h1 { max-width: 780px; margin: 14px 0 20px; font-family: var(--display); font-size: clamp(58px, 8vw, 100px); line-height: .87; letter-spacing: -.05em; text-transform: uppercase; }
.utility-hero > p { max-width: 650px; color: var(--muted); font-size: 17px; }
.privacy-content { display: grid; grid-template-columns: 220px 1fr; gap: 80px; padding-bottom: 120px; }
.privacy-aside { position: sticky; top: 100px; align-self: start; padding: 18px; border: 1px solid var(--edge); border-radius: 14px; background: var(--ink-soft); }
.privacy-aside strong { color: var(--orange); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.privacy-aside p { margin: 8px 0 0; color: #827a73; font-size: 11px; }
.prose { max-width: 780px; }
.prose section { padding: 31px 0; border-top: 1px solid rgba(255,255,255,.08); }
.prose h2 { margin: 0 0 12px; font-family: var(--display); font-size: 28px; letter-spacing: -.02em; text-transform: uppercase; }
.prose p, .prose li { color: #aaa099; font-size: 14px; }
.prose ul { padding-left: 19px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); text-decoration: none; font-size: 12px; font-weight: 750; }
.not-found { min-height: 72vh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.not-found-code { position: relative; display: grid; place-items: center; }
.not-found-code strong { color: #2f2925; font-family: var(--display); font-size: clamp(180px, 27vw, 360px); line-height: .7; }
.not-found-code img { position: absolute; width: min(190px, 35vw); filter: drop-shadow(0 25px 30px rgba(0,0,0,.28)); }
.not-found h1 { margin: 13px 0; font-family: var(--display); font-size: clamp(54px, 7vw, 88px); line-height: .9; letter-spacing: -.045em; text-transform: uppercase; }
.not-found p { max-width: 480px; color: var(--muted); }

@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 60px; padding-top: 70px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .loader-window { margin-inline: auto; transform: none; }
  .section-heading, .security-grid, .access-panel { grid-template-columns: 1fr; gap: 45px; }
  .section-heading { align-items: start; }
  .security-grid { gap: 60px; }
  .access-panel { padding: 40px; }
  .privacy-inner { grid-template-columns: 75px 1fr; }
  .privacy-inner .text-link { grid-column: 2; justify-self: start; }
  .privacy-content { grid-template-columns: 1fr; gap: 25px; }
  .privacy-aside { position: static; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header { padding: 14px 0; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(3px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-3px) rotate(-45deg); }
  .primary-nav { position: absolute; left: 14px; right: 14px; top: calc(100% + 4px); display: none; flex-direction: column; align-items: stretch; gap: 3px; padding: 10px; border: 1px solid var(--edge); border-radius: 15px; background: rgba(35,31,28,.98); box-shadow: 0 24px 50px rgba(0,0,0,.35); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 10px 12px; }
  .primary-nav .nav-status { justify-content: center; margin-top: 3px; }
  .hero { padding-top: 60px; padding-bottom: 75px; }
  .hero h1 { font-size: clamp(56px, 18vw, 76px); }
  .hero-lede { font-size: 16px; }
  .hero-product { margin-inline: -2px; }
  .loader-window { padding: 15px; border-radius: 19px; }
  .plugin-card--dim { display: none; }
  .raisin-cluster--hero { right: -25px; bottom: -72px; transform: scale(.55); }
  .section { padding-top: 85px; padding-bottom: 85px; }
  .section-heading { gap: 22px; }
  .library-grid, .faq-grid { grid-template-columns: 1fr; }
  .library-card { min-height: 390px; padding: 23px; }
  .library-card--next { min-height: 330px; grid-column: auto; grid-template-columns: 1fr; gap: 30px; }
  .next-mark { justify-self: start; }
  .security-copy p { font-size: 15px; }
  .flow-card { grid-template-columns: 24px 40px 1fr; padding: 14px 12px; gap: 10px; }
  .flow-icon { width: 40px; height: 40px; }
  .flow-link { padding-left: 57px; }
  .access-panel { gap: 30px; padding: 27px 20px; border-radius: 21px; }
  .access-steps li { grid-template-columns: 38px 1fr; padding: 13px 11px; }
  .status-copy { align-items: flex-start; flex-direction: column; padding: 23px; }
  .status-facts { grid-template-columns: 1fr; gap: 16px; padding: 22px; }
  .status-facts div { padding: 0 0 13px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.07); }
  .status-facts div:last-child { padding-bottom: 0; }
  .download-card { grid-template-columns: 38px 1fr; }
  .download-card .button { grid-column: 1 / -1; }
  .privacy-inner { grid-template-columns: 1fr; }
  .privacy-inner .text-link { grid-column: auto; }
  .privacy-cat { width: 70px; height: 70px; }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; }
  .footer-inner > small { grid-column: auto; }
  .footer-inner nav { flex-wrap: wrap; }
  .not-found { grid-template-columns: 1fr; gap: 60px; padding: 80px 0; text-align: center; }
  .not-found p { margin-inline: auto; }
}

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