-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
369 lines (311 loc) · 26.6 KB
/
index.html
File metadata and controls
369 lines (311 loc) · 26.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<meta name="theme-color" content="#F9FAFB">
<meta name="color-scheme" content="light only">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<title>PointSav | Totebox Orchestration</title>
<meta name="description" content="PointSav Digital Systems provides the 'Digital First' Operating System for Real Estate Infrastructure. Zero-Cookie Architecture. Verifiable ledgers.">
<meta property="og:title" content="PointSav Digital Systems">
<meta property="og:description" content="Digital First Operating System for Real Estate Infrastructure.">
<meta property="og:type" content="article">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><rect x=%220%22 y=%220%22 width=%22100%22 height=%22100%22 fill=%22%23869FB9%22/></svg>">
<script type="application/ld+json">
[{
"@context": "https://schema.org",
"@type": "Organization",
"name": "PointSav Digital Systems",
"url": "https://pointsav.com",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-604-375-1196",
"contactType": "Executive Office",
"email": "peter@woodfinegroup.com"
}
},
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"headline": "PointSav Digital Systems Introduces the Digital First Operating System",
"datePublished": "2026-03-02T08:00:00Z",
"author": [{ "@type": "Organization", "name": "Woodfine Management Corp." }]
}]
</script>
<style>
/* TOKENS: POINT-SAV DESIGN SYSTEM */
:root {
--ps-canvas: #F9FAFB;
--ps-card: #FFFFFF;
--ps-text: #09090B;
--ps-muted: #6B7280;
--ps-border: #E5E7EB;
--ps-accent: #869FB9;
--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
--font-mono: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}
/* RESET & PHYSICS */
* { box-sizing: border-box; margin: 0; padding: 0; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html { text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-sans); background: var(--ps-canvas); color: var(--ps-text); line-height: 1.5; overflow-x: hidden; }
/* LAYOUT ARCHITECTURE */
.header-bar { position: sticky; top: 0; background: rgba(249,250,251,0.95); backdrop-filter: blur(8px); border-bottom: 1px solid var(--ps-border); padding: max(16px, env(safe-area-inset-top)) 24px 16px 24px; z-index: 100; will-change: transform; transform: translateZ(0); }
.nav-container { width: 100%; max-width: 1024px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.wordmark { font-weight: 800; font-size: 1.125rem; letter-spacing: -0.03em; text-transform: uppercase; white-space: nowrap; }
.desktop-actions { display: flex; gap: 8px; align-items: center; }
.main-grid { width: 100%; max-width: 1024px; margin: 48px auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 300px; gap: 64px; align-items: start; }
/* CONTENT STYLING */
.document-canvas { background: transparent; padding: 0; border: none; min-width: 0; }
.release-flag { color: var(--ps-accent); font-weight: 700; font-family: var(--font-mono); font-size: 0.75rem; text-transform: uppercase; margin-bottom: 16px; display: block; }
h1 { font-size: clamp(2rem, 4vw, 2.5rem); line-height: 1.1; margin-bottom: 32px; letter-spacing: -0.02em; font-weight: 800; }
h3 { font-size: 1.25rem; margin: 32px 0 16px 0; letter-spacing: -0.01em; font-weight: 700; }
p { margin-bottom: 16px; max-width: 65ch; font-size: 1.0625rem; }
strong { font-weight: 700; }
/* LEGAL LEDGER */
.quarantine-line { border: none; border-top: 1px solid var(--ps-border); margin: 40px 0 24px 0; }
.legal-ledger { font-family: var(--font-mono); font-size: 0.75rem; color: var(--ps-muted); }
.legal-ledger h4 { font-size: 0.875rem; color: var(--ps-text); margin-bottom: 8px; text-transform: uppercase; font-weight: 700; }
.legal-ledger p { font-size: 0.75rem; margin-bottom: 16px; max-width: 100%; }
/* SIDEBAR LEDGER */
.sidebar-ledger { position: sticky; top: max(100px, calc(env(safe-area-inset-top) + 80px)); display: flex; flex-direction: column; gap: 24px; font-family: var(--font-mono); font-size: 0.875rem; will-change: transform; transform: translateZ(0); min-width: 0; }
.trust-badge { background: var(--ps-text); color: var(--ps-card); padding: 12px; text-align: center; font-weight: 700; letter-spacing: 0.05em; border-radius: 2px; }
.meta-block { border-left: 1px solid var(--ps-border); padding-left: 16px; }
.meta-label { display: block; color: var(--ps-muted); font-size: 0.75rem; text-transform: uppercase; margin-bottom: 4px; }
#hash-display { font-variant-numeric: tabular-nums; display: block; overflow-wrap: anywhere; word-break: break-all; }
/* GLOBAL FOOTER (Tighter Spacing) */
.global-footer-wrapper { border-top: 1px solid var(--ps-border); background: var(--ps-canvas); margin-top: 40px; }
.global-footer { width: 100%; max-width: 1024px; margin: 0 auto; padding: 32px 24px max(32px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; gap: 40px; font-family: var(--font-mono); font-size: 0.75rem; color: var(--ps-muted); }
.global-footer h4 { font-size: 0.875rem; color: var(--ps-text); margin-bottom: 8px; text-transform: uppercase; font-weight: 700; }
.global-footer p { font-size: 0.75rem; margin-bottom: 16px; max-width: 100%; }
/* INTERACTIVE PRIMITIVES (PointSav 1px Borders) */
.btn { height: 44px; padding: 0 20px; border: 1px solid var(--ps-border); background: var(--ps-card); color: var(--ps-text); font-family: var(--font-mono); font-size: 0.875rem; font-weight: 700; text-transform: uppercase; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 2px; transition: background 0.2s, border-color 0.2s; touch-action: manipulation; }
.btn svg { display: block; flex-shrink: 0; width: 18px; height: 18px; }
.btn span { display: block; line-height: 1; transform: translateY(1px); }
.btn:hover { background: #f9fafb; border-color: var(--ps-text); }
.btn-primary { background: var(--ps-text); color: var(--ps-card); border-color: var(--ps-text); }
.btn-primary:hover { background: #000; }
/* MOBILE ACTION BAR */
.mobile-dock { display: none; }
/* LANGUAGE TOGGLE LOGIC */
.lang-es, .btn-es { display: none !important; }
#lang-toggle:checked ~ .app-wrapper .lang-en, #lang-toggle:checked ~ .app-wrapper .btn-en { display: none !important; }
#lang-toggle:checked ~ .app-wrapper .lang-es { display: block !important; }
#lang-toggle:checked ~ .app-wrapper .btn-es { display: inline-flex !important; }
#lang-toggle { display: none; }
/* RESPONSIVE DOMINANCE */
@media (max-width: 1024px) {
.nav-container { flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
.desktop-actions { justify-content: center; width: 100%; gap: 8px; }
.desktop-actions .btn:not(.hide-on-mobile) { flex: 1 1 0; justify-content: center; padding: 0 8px; }
.hide-on-mobile { display: none !important; }
#lang-toggle:checked ~ .app-wrapper .hide-on-mobile { display: none !important; }
.main-grid { grid-template-columns: 1fr; gap: 40px; margin: 32px auto; padding: 0 16px; }
.sidebar-ledger { position: relative; top: 0; transform: none; }
.global-footer { grid-template-columns: 1fr; gap: 24px; padding-bottom: calc(80px + env(safe-area-inset-bottom)); }
.desktop-whatsapp { display: none !important; }
.mobile-dock { display: flex; position: fixed; bottom: 0; left: 0; right: 0; background: var(--ps-card); border-top: 1px solid var(--ps-border); padding: 12px 16px max(12px, env(safe-area-inset-bottom)) 16px; z-index: 999; box-shadow: 0 -4px 12px rgba(0,0,0,0.05); will-change: transform; transform: translateZ(0); }
.mobile-dock .btn { flex: 1; height: 48px; }
}
/* REGULATORY PRINT EGRESS (INSTITUTIONAL PARITY) */
.print-only { display: none; }
@media print {
body { color: #000000 !important; background: #FFFFFF !important; font-family: var(--font-sans) !important; }
/* Retain wordmark as letterhead. Hide UI elements. */
.sidebar-ledger, .mobile-dock, .desktop-actions, .desktop-whatsapp, .global-footer-wrapper, input[type="checkbox"] { display: none !important; }
.header-bar { position: static; background: transparent; padding: 0 0 16px 0; margin-bottom: 32px; border-bottom: 2px solid #000; backdrop-filter: none; }
.wordmark { color: #000; font-size: 14pt; }
.main-grid { display: block; margin: 0; padding: 0; }
.document-canvas { padding: 0; background: transparent; }
/* Advanced Fragmentation Physics */
p, .legal-ledger, .print-only { font-size: 10.5pt; line-height: 1.5; orphans: 4; widows: 4; }
h1, h2, h3, h4 { color: #000 !important; break-after: avoid; }
h1 { font-size: 20pt; margin-bottom: 16px; max-width: 100%; overflow-wrap: break-word; line-height: 1.1; letter-spacing: -0.02em; }
h3 { font-size: 14pt; margin-top: 24px; }
.print-only { display: block; margin-top: 32px; break-inside: avoid; }
.legal-ledger { break-inside: avoid; margin-top: 32px; border-top: 1px solid #000; padding-top: 16px; }
.quarantine-line { display: none; }
}
</style>
</head>
<body>
<input type="checkbox" id="lang-toggle">
<div class="app-wrapper">
<header class="header-bar">
<div class="nav-container">
<div class="wordmark" id="token-wordmark"></div>
<nav class="desktop-actions" id="token-desktop-nav"></nav>
</div>
</header>
<main class="main-grid">
<article class="document-canvas">
<div class="lang-en" id="token-body-en" lang="en"></div>
<div class="lang-es" id="token-body-es" lang="es"></div>
<div class="print-only" id="token-print-contact"></div>
<hr class="quarantine-line">
<section class="legal-ledger" id="token-document-disclaimers"></section>
</article>
<aside class="sidebar-ledger" id="token-sidebar"></aside>
</main>
<div class="global-footer-wrapper">
<footer class="global-footer" id="token-global-footer"></footer>
</div>
<nav class="mobile-dock" id="token-mobile-dock"></nav>
</div>
<script>
(function() {
let maxScroll = 0;
let clickTargets = [];
const startTime = Date.now();
window.addEventListener('scroll', () => {
const scrollPercent = Math.round((window.scrollY / (document.documentElement.scrollHeight - window.innerHeight)) * 100);
if (scrollPercent > maxScroll) maxScroll = scrollPercent;
}, { passive: true });
document.addEventListener('click', (e) => {
const target = e.target.closest('.btn, a');
if (target) clickTargets.push(target.innerText.trim().substring(0, 20) || 'link_click');
}, { passive: true });
document.addEventListener('visibilitychange', () => {
if (document.visibilityState === 'hidden') {
const conn = navigator.connection || navigator.mozConnection || navigator.webkitConnection;
const payload = {
uri: window.location.href,
timestamp: new Date().toISOString(),
user_agent: navigator.userAgent,
referrer: document.referrer || "direct",
viewport: `${window.innerWidth}x${window.innerHeight}`,
timezone: Intl.DateTimeFormat().resolvedOptions().timeZone || "unknown",
device_memory: navigator.deviceMemory || "unknown",
hardware_cores: navigator.hardwareConcurrency || "unknown",
dwell_seconds: Math.round((Date.now() - startTime) / 1000),
scroll_depth: maxScroll,
intent_clicks: clickTargets.length > 0 ? clickTargets.join(' | ') : "none",
lang_browser: navigator.language || "unknown",
network: conn ? conn.effectiveType : "unknown"
};
const blob = new Blob([JSON.stringify(payload)], { type: 'application/json' });
navigator.sendBeacon("https://telemetry.pointsav.com:8081/telemetry-endpoint", blob);
}
});
})();
async function calculateHash(){
const isEsp = document.getElementById('lang-toggle').checked;
const text = document.querySelector(isEsp ? '.lang-es' : '.lang-en').innerText;
const hashBuffer = await crypto.subtle.digest('SHA-256', new TextEncoder().encode(text));
const hashArray = Array.from(new Uint8Array(hashBuffer));
const hashHex = hashArray.map(b => b.toString(16).padStart(2, '0')).join('');
const hashEl = document.getElementById('hash-display');
if(hashEl) hashEl.innerText = hashHex;
}
function setCopyrightYear() {
const yearEl = document.getElementById('current-year');
if(yearEl) yearEl.textContent = new Date().getFullYear();
}
document.getElementById('lang-toggle').addEventListener('change', calculateHash);
window.addEventListener('DOMContentLoaded', () => {
calculateHash();
setCopyrightYear();
});
</script>
<script>
document.getElementById('token-wordmark').innerHTML = `PointSav Digital Systems`;
document.getElementById('token-desktop-nav').innerHTML = `
<label for="lang-toggle" class="btn btn-primary" aria-label="Toggle Language">
<span class="btn-en">ESPAÑOL</span><span class="btn-es">ENGLISH</span>
</label>
<a href="https://github.com/pointsav/pointsav-monorepo" target="_blank" class="btn">
<svg viewBox="0 0 16 16" fill="currentColor"><path d="M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"></path></svg>
<span>MONOREPO</span>
</a>
<button onclick="window.print()" class="btn hide-on-mobile"><span>PRINT</span></button>
<a href="/pointsav_media_release_en.pdf" class="btn btn-en hide-on-mobile" download><span>PDF</span></a>
<a href="/pointsav_media_release_es.pdf" class="btn btn-es hide-on-mobile" download><span>PDF</span></a>
`;
const waSvg = `<svg viewBox="0 0 24 24" fill="currentColor"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z"/></svg>`;
document.getElementById('token-mobile-dock').innerHTML = `
<a href="https://wa.me/16043751196" target="_blank" class="btn btn-action" style="border-color: var(--ps-border);">
${waSvg} <span>WHATSAPP</span>
</a>
`;
document.getElementById('token-sidebar').innerHTML = `
<div class="trust-badge">[ ∅ ZERO COOKIES ]</div>
<div class="meta-block">
<span class="meta-label">Issued</span>
<time datetime="2026-03-02">March 2, 2026</time>
</div>
<div class="meta-block">
<span class="meta-label">Contact Authority</span>
<address style="font-style:normal;">
<strong>Peter M. Woodfine</strong><br>
Executive Officer<br><br>
Woodfine Management Corp.<br>
595 Burrard Street,<br>
Lower Concourse<br>
Vancouver, BC V7X 1A1<br><br>
<a href="mailto:peter@woodfinegroup.com" style="color:var(--ps-accent); text-decoration:none;">peter@woodfinegroup.com</a><br>
+1 604-375-1196
</address>
</div>
<div class="meta-block">
<span class="meta-label">Cryptographic State Hash</span>
<span id="hash-display" style="font-size:0.75rem;">CALCULATING...</span>
</div>
<a href="https://wa.me/16043751196" target="_blank" class="btn btn-action desktop-whatsapp" style="align-self: stretch; border-color: var(--ps-border);">
${waSvg} <span>WHATSAPP</span>
</a>
`;
document.getElementById('token-body-en').innerHTML = `
<time class="release-flag" datetime="2026-03-02">FOR IMMEDIATE RELEASE</time>
<h1>PointSav Digital Systems Introduces the "Digital First" Operating System for Real Estate Infrastructure</h1>
<p><strong>Vancouver, British Columbia - March 2, 2026 -</strong> Woodfine Management Corp. ("Woodfine") has introduced PointSav Digital Systems ("PointSav") as a new digital infrastructure subsidiary of Woodfine Capital Projects Inc. (the "Promoter").</p>
<p>PointSav serves as the foundational operating system architecture for Woodfine, its administrator and first customer. PointSav is not a software-as-a-service (SaaS) platform. It is an operating system architecture designed to give building operators direct ownership, long-term security, and independent control over their physical assets and data. At its core, PointSav provides the foundation for business administration, record keeping, and cyberphysical connectivity.</p>
<h3>The Three-Track System</h3>
<p>PointSav abandons the traditional model of renting cloud databases. Instead, it is actively deploying a 3-Track architecture comprising the PointSav Private Network, Totebox Orchestration, and PointSav Workplace OS:</p>
<p><strong>1. Private Network:</strong> A secure routing layer engineered to connect physical buildings and isolated data vaults to command centers without exposing data to the public internet.</p>
<p><strong>2. Orchestration:</strong> At the center of the system are distinct, independent data vaults known as Totebox Archives. For Woodfine, these are deployed in three primary configurations: Personnel Archives, Corporate Archives, and Property Archives, ensuring absolute data segregation.</p>
<p><strong>3. Workplace OS:</strong> A secure desktop environment that outputs deterministic, machine-readable files, not hidden database entries.</p>
<h3>Public Technical Disclosure & Structural Compliance</h3>
<p>PointSav is designed to guarantee operational trust (SOC 3) and structural data ownership (DARP). This release serves as a public disclosure establishing prior art for the PointSav architecture. The architecture achieves compliance by hardcoding Six Orchestration Contracts into a proprietary no_std Rust Capability-Based Manager.</p>
`;
document.getElementById('token-body-es').innerHTML = `
<time class="release-flag" datetime="2026-03-02">PARA PUBLICACIÓN INMEDIATA</time>
<h1>PointSav Digital Systems Presenta el Sistema Operativo de "Prioridad Digital" para la Infraestructura Inmobiliaria</h1>
<p><strong>Vancouver, Columbia Británica - 2 de Marzo de 2026 -</strong> Woodfine Management Corp. ("Woodfine") ha introducido PointSav Digital Systems ("PointSav") como una nueva subsidiaria de infraestructura digital de Woodfine Capital Projects Inc. (el "Promotor").</p>
<p>PointSav sirve como la arquitectura fundamental del sistema operativo para Woodfine, su administrador y primer cliente. PointSav no es una plataforma de software como servicio (SaaS). Es una arquitectura de sistema operativo diseñada para otorgar a los operadores de edificios propiedad directa, seguridad a largo plazo y control independiente sobre sus activos y datos físicos.</p>
<h3>El Sistema de Tres Vías</h3>
<p>PointSav abandona el modelo tradicional de alquilar bases de datos en la nube. En su lugar, está desplegando activamente una Arquitectura de 3 Vías que comprende la PointSav Private Network, Totebox Orchestration, y PointSav Workplace OS:</p>
<p><strong>1. Red Privada:</strong> Una capa de enrutamiento segura diseñada para conectar edificios físicos y bóvedas de datos aisladas a los centros de comando sin exponer los datos a la Internet pública.</p>
<p><strong>2. Orchestration:</strong> En el centro del sistema se encuentran bóvedas de datos independientes llamadas Archivos Totebox. Para Woodfine, se despliegan en tres configuraciones principales: Archivos de Personal, Archivos Corporativos y Archivos de Propiedad, asegurando la segregación absoluta de los datos.</p>
<p><strong>3. Workplace OS:</strong> Un entorno de escritorio seguro que produce archivos deterministas legibles por máquina, no entradas de bases de datos ocultas.</p>
<h3>Divulgación Técnica Pública y Cumplimiento Estructural</h3>
<p>PointSav está diseñado para garantizar la confianza operativa (SOC 3) y la propiedad estructural de los datos (DARP). Este comunicado sirve como una divulgación pública que establece la técnica anterior (prior art) para la arquitectura PointSav. La arquitectura logra el cumplimiento al codificar Seis Contratos de Orquestación en un Gestor de Capacidades propietario en Rust no_std.</p>
`;
document.getElementById('token-print-contact').innerHTML = `
<h3>CONTACT FOR FURTHER INFORMATION:</h3>
<p>Peter M. Woodfine<br>Executive Officer</p>
<p>Woodfine Management Corp.<br>595 Burrard Street,<br>Lower Concourse<br>PO BOX 48295 Bentall<br>Vancouver, BC V7X 1A1</p>
<p>peter@woodfinegroup.com<br>+1 604-375-1196</p>
`;
// DOCUMENT-SPECIFIC DISCLAIMERS
document.getElementById('token-document-disclaimers').innerHTML = `
<h4>Regulatory disclosures and forward-looking statements.</h4>
<p>Woodfine Capital Projects Inc. operates PointSav Digital Systems as an unincorporated technology division. The enterprise capitalizes this architecture strictly through the private placement of unregistered securities. The enterprise restricts distribution globally to verified Accredited and Qualified Investors under statutory exemptions including Canada’s NI 45-106, U.S. Regulation D, Mexico’s LMV, and the EU Prospectus Regulation (EU 2017/1129) / Spain’s LMVSI. These instruments remain unregistered under the U.S. Securities Act of 1933 and applicable national laws. The enterprise prohibits sales in non-compliant jurisdictions. This news release contains forward-looking statements under the U.S. Private Securities Litigation Reform Act of 1995 and Canada’s NI 51-102. Management bases projections on specific mathematical assumptions regarding network engineering. Actual performance deviates materially if systemic technical risks materialize. Material risks include the failure of Totebox Archives to maintain cryptographically secured isolation, physical supply chain fracture, vulnerabilities in hardware protocols (Machine-Based Authorization, Diode Standard), and operational commercialization failure. Woodfine Capital Projects Inc. disclaims any obligation to update these statements except as legally mandated.</p>
`;
// SITE-WIDE GLOBAL FOOTER (HIDDEN ON PRINT)
document.getElementById('token-global-footer').innerHTML = `
<div class="copyright-disclaimer">
<h4>Important notice regarding intellectual property and trademarks.</h4>
<p>Woodfine Capital Projects, Woodfine Management Corp, PointSav Digital Systems, Totebox Orchestration, and Totebox Archive are trademarks owned by Woodfine Capital Projects Inc. This notice serves as a formal declaration of intellectual property rights, asserting continuous use in commerce regardless of the omission of the ™ or ® symbols in the accompanying text. All operational and architectural system designations (including but not limited to PointSav Console OS, PointSav Infrastructure OS, PointSav MediaKit OS, PointSav Network OS, PointSav PrivateGit OS, PointSav Workplace OS, Totebox Integration OS, and Totebox OS) are proprietary structural wordmarks utilized exclusively within the PointSav Digital Systems architecture.</p>
</div>
<div class="digital-disclaimer">
<h4>Digital Infrastructure & Privacy Posture</h4>
<p>This interface operates on a Zero-Cookie and Zero-State Telemetry architecture. It does not deploy tracking cookies, retain session states, or harvest Personally Identifiable Information (PII). System interactions are limited to the collection of anonymized network routing and viewport data strictly for the purpose of auditing infrastructure performance.</p>
</div>
<div class="terminal-baseplate" style="grid-column: 1 / -1; border-top: 1px solid var(--ps-border); padding-top: 24px; margin-top: 32px; text-align: center;">
<p style="color: var(--ps-text); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;">© 2011–${new Date().getFullYear()} Woodfine Management Corp. All rights reserved.</p>
</div>
`;
</script>
</body>
</html>