glyph-ai 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/README.md +69 -0
  2. package/bundled/overlay/overlay.js +63 -0
  3. package/bundled/server/context/brand-references.d.ts +7 -0
  4. package/bundled/server/context/brand-references.d.ts.map +1 -0
  5. package/bundled/server/context/brand-references.js +20 -0
  6. package/bundled/server/context/brand-references.js.map +1 -0
  7. package/bundled/server/context/design-philosophy.d.ts +6 -0
  8. package/bundled/server/context/design-philosophy.d.ts.map +1 -0
  9. package/bundled/server/context/design-philosophy.js +82 -0
  10. package/bundled/server/context/design-philosophy.js.map +1 -0
  11. package/bundled/server/context/design-system-loader.d.ts +11 -0
  12. package/bundled/server/context/design-system-loader.d.ts.map +1 -0
  13. package/bundled/server/context/design-system-loader.js +169 -0
  14. package/bundled/server/context/design-system-loader.js.map +1 -0
  15. package/bundled/server/context/design-system.d.ts +7 -0
  16. package/bundled/server/context/design-system.d.ts.map +1 -0
  17. package/bundled/server/context/design-system.js +75 -0
  18. package/bundled/server/context/design-system.js.map +1 -0
  19. package/bundled/server/context/prompt-builder.d.ts +15 -0
  20. package/bundled/server/context/prompt-builder.d.ts.map +1 -0
  21. package/bundled/server/context/prompt-builder.js +123 -0
  22. package/bundled/server/context/prompt-builder.js.map +1 -0
  23. package/bundled/server/context/token-template.d.ts +36 -0
  24. package/bundled/server/context/token-template.d.ts.map +1 -0
  25. package/bundled/server/context/token-template.js +226 -0
  26. package/bundled/server/context/token-template.js.map +1 -0
  27. package/bundled/server/data/design-systems/apple-design-system.md +474 -0
  28. package/bundled/server/data/design-systems/arc-design-system.md +922 -0
  29. package/bundled/server/data/design-systems/claude-ai-design-system.md +1443 -0
  30. package/bundled/server/data/design-systems/elevenlabs-design-system.md +669 -0
  31. package/bundled/server/data/design-systems/generating_design.md +9 -0
  32. package/bundled/server/data/design-systems/linear-design-system.md +607 -0
  33. package/bundled/server/data/design-systems/notion-design-system.md +866 -0
  34. package/bundled/server/data/design-systems/raycast-design-system.md +709 -0
  35. package/bundled/server/data/design-systems/stripe-design-system.md +592 -0
  36. package/bundled/server/data/design-systems/vercel-design-system.md +824 -0
  37. package/bundled/server/data/design.md +971 -0
  38. package/bundled/server/index.d.ts +2 -0
  39. package/bundled/server/index.d.ts.map +1 -0
  40. package/bundled/server/index.js +310 -0
  41. package/bundled/server/index.js.map +1 -0
  42. package/bundled/server/mcp/tools/apply-variation.d.ts +3 -0
  43. package/bundled/server/mcp/tools/apply-variation.d.ts.map +1 -0
  44. package/bundled/server/mcp/tools/apply-variation.js +43 -0
  45. package/bundled/server/mcp/tools/apply-variation.js.map +1 -0
  46. package/bundled/server/mcp/tools/generate-variations.d.ts +3 -0
  47. package/bundled/server/mcp/tools/generate-variations.d.ts.map +1 -0
  48. package/bundled/server/mcp/tools/generate-variations.js +58 -0
  49. package/bundled/server/mcp/tools/generate-variations.js.map +1 -0
  50. package/bundled/server/mcp/tools/index.d.ts +3 -0
  51. package/bundled/server/mcp/tools/index.d.ts.map +1 -0
  52. package/bundled/server/mcp/tools/index.js +11 -0
  53. package/bundled/server/mcp/tools/index.js.map +1 -0
  54. package/bundled/server/mcp/tools/scan-design-system.d.ts +3 -0
  55. package/bundled/server/mcp/tools/scan-design-system.d.ts.map +1 -0
  56. package/bundled/server/mcp/tools/scan-design-system.js +27 -0
  57. package/bundled/server/mcp/tools/scan-design-system.js.map +1 -0
  58. package/bundled/server/mcp/tools/submit-variations.d.ts +3 -0
  59. package/bundled/server/mcp/tools/submit-variations.d.ts.map +1 -0
  60. package/bundled/server/mcp/tools/submit-variations.js +50 -0
  61. package/bundled/server/mcp/tools/submit-variations.js.map +1 -0
  62. package/bundled/server/mcp-entry.d.ts +2 -0
  63. package/bundled/server/mcp-entry.d.ts.map +1 -0
  64. package/bundled/server/mcp-entry.js +56 -0
  65. package/bundled/server/mcp-entry.js.map +1 -0
  66. package/bundled/server/preview/css-resolver.d.ts +6 -0
  67. package/bundled/server/preview/css-resolver.d.ts.map +1 -0
  68. package/bundled/server/preview/css-resolver.js +57 -0
  69. package/bundled/server/preview/css-resolver.js.map +1 -0
  70. package/bundled/server/preview/html-builder.d.ts +6 -0
  71. package/bundled/server/preview/html-builder.d.ts.map +1 -0
  72. package/bundled/server/preview/html-builder.js +85 -0
  73. package/bundled/server/preview/html-builder.js.map +1 -0
  74. package/bundled/server/telemetry.d.ts +4 -0
  75. package/bundled/server/telemetry.d.ts.map +1 -0
  76. package/bundled/server/telemetry.js +71 -0
  77. package/bundled/server/telemetry.js.map +1 -0
  78. package/bundled/server/types.d.ts +69 -0
  79. package/bundled/server/types.d.ts.map +1 -0
  80. package/bundled/server/types.js +2 -0
  81. package/bundled/server/types.js.map +1 -0
  82. package/bundled/server/variations/file-writer.d.ts +5 -0
  83. package/bundled/server/variations/file-writer.d.ts.map +1 -0
  84. package/bundled/server/variations/file-writer.js +29 -0
  85. package/bundled/server/variations/file-writer.js.map +1 -0
  86. package/bundled/server/variations/git-utils.d.ts +3 -0
  87. package/bundled/server/variations/git-utils.d.ts.map +1 -0
  88. package/bundled/server/variations/git-utils.js +23 -0
  89. package/bundled/server/variations/git-utils.js.map +1 -0
  90. package/bundled/server/variations/store.d.ts +11 -0
  91. package/bundled/server/variations/store.d.ts.map +1 -0
  92. package/bundled/server/variations/store.js +52 -0
  93. package/bundled/server/variations/store.js.map +1 -0
  94. package/dist/commands/init.d.ts +2 -0
  95. package/dist/commands/init.d.ts.map +1 -0
  96. package/dist/commands/init.js +299 -0
  97. package/dist/commands/init.js.map +1 -0
  98. package/dist/commands/stop.d.ts +2 -0
  99. package/dist/commands/stop.d.ts.map +1 -0
  100. package/dist/commands/stop.js +32 -0
  101. package/dist/commands/stop.js.map +1 -0
  102. package/dist/index.d.ts +3 -0
  103. package/dist/index.d.ts.map +1 -0
  104. package/dist/index.js +35 -0
  105. package/dist/index.js.map +1 -0
  106. package/package.json +35 -0
@@ -0,0 +1,922 @@
1
+ # Arc.net Design System & Section Boilerplate
2
+
3
+ > Source: https://arc.net/ (scraped 2026-03-22)
4
+
5
+ ---
6
+
7
+ ## Design System
8
+
9
+ ### Colors
10
+
11
+ | Role | Value | RGB |
12
+ |------|-------|-----|
13
+ | **Primary** | `#3139FB` | `rgb(49, 57, 251)` — Arc Blue, used for headlines, buttons, backgrounds, press quotes, footer |
14
+ | **Secondary** | `#FFFCEC` | `rgb(255, 252, 236)` — Warm Cream, used for body background, hero section, testimonials |
15
+ | **Tertiary** | `#000000D9` | `rgba(0, 0, 0, 0.85)` — Near-Black, used for CTA pill buttons |
16
+ | **Neutral - Text Primary** | `#000000` | `rgb(0, 0, 0)` — Body text, hero headlines |
17
+ | **Neutral - Text Secondary** | `#696969` | `rgb(105, 105, 105)` — Subtext, feature descriptions |
18
+ | **Neutral - Text Muted** | `rgba(0,0,0,0.65)` | Hero subtitle text |
19
+ | **Neutral - White** | `#FFFFFF` | `rgb(255, 255, 255)` — Nav text, button text on dark backgrounds |
20
+ | **Accent - Button Text** | `#2702C2` | `rgb(39, 2, 194)` — Deep indigo, download button text & download page bg |
21
+ | **Alt - Warm Cream (Students)** | `#F5F4E2` | `rgb(245, 244, 226)` — Students page body background |
22
+ | **Alt - Dark Brown-Gray** | `#3C3B3A` | `rgb(60, 59, 58)` — Students page headings & button bg |
23
+ | **Alt - Warm Gray** | `#766E6A` | `rgb(118, 110, 106)` — Students page body text |
24
+ | **Alt - Muted Label** | `#97928F` | `rgb(151, 146, 143)` — Students page subtitle/labels |
25
+ | **Alt - Darker Cream** | `#E1E0CE` | `rgb(225, 224, 206)` — Promotional banner backgrounds |
26
+ | **Alt - FAQ Link Blue** | `#0047FF` | `rgb(0, 71, 255)` — Inline links on FAQ page |
27
+
28
+ ### Typography
29
+
30
+ | Role | Font Family | Size | Weight | Line Height | Letter Spacing |
31
+ |------|-------------|------|--------|-------------|----------------|
32
+ | **Display / Hero Headline** | `"ABC Oracle", Helvetica, sans-serif` | 20px | 400 | 24px | normal |
33
+ | **Section Heading (H1)** | `"Marlin Soft SQ", system stack` | 32px | 700 | 31.2px | -1.6px |
34
+ | **Feature Section Heading** | `"Marlin Soft SQ", system stack` | 40px | 700 | 39px | -1.6px |
35
+ | **Body Text** | `InterVariable, Inter, system stack` | 17px | 500 | 25.5px | — |
36
+ | **Nav Link** | `"Marlin Soft SQ", system stack` | 14px | 500 | — | -0.28px |
37
+ | **Button Label** | `-apple-system, system-ui, sans-serif` | 14px | 600 | — | — |
38
+ | **CTA Pill Label** | `"ABC Oracle", Helvetica, sans-serif` | 24px | 400 | — | — |
39
+ | **Press Quote** | `"Marlin Soft SQ", system stack` | 16px | 700 | normal | — |
40
+ | **Testimonial Quote** | `Marlin, system stack` | 16px | 400 | normal | — |
41
+ | **Testimonial Author** | `"ABC Favorit Mono", monospace stack` | 12px | 700 | — | — |
42
+ | **Footer Link** | `InterVariable, Inter, system stack` | 12px | 600 | — | — |
43
+ | **Footer Column Header** | `InterVariable, Inter, system stack` | 12px | 600 | — | — (uppercase) |
44
+ | **Text Link (inline)** | `InterVariable, Inter, system stack` | 17px | 700 | — | — |
45
+ | **Page Title (FAQ)** | `Marlin, system stack` | 67px | 700 | 67px | -2.68px |
46
+ | **FAQ Question (H2)** | `"Marlin Soft SQ", system stack` | 28px | 600 | 36px | -1.12px |
47
+ | **FAQ Answer** | `-apple-system, system-ui, sans-serif` | 16px | 400 | 28px | — |
48
+ | **Blog Card Title** | `"Marlin Soft SQ", system stack` | 28px | 700 | — | — |
49
+ | **Blog Category** | `"ABC Favorit Mono", monospace stack` | 12px | 400 | — | — (uppercase) |
50
+ | **Blog Read More** | `"Marlin Soft SQ", system stack` | 16px | 500 | — | — (uppercase) |
51
+ | **Students H1** | `"Marlin Soft SQ", system stack` | 56px | 700 | 48px | -2.8px |
52
+ | **Students Subtitle** | `"Marlin Soft SQ", system stack` | 16px | 500 | — | 1.2px (uppercase) |
53
+ | **Students Section H2** | `"Marlin Soft SQ", system stack` | 40px | 700 | 46px | -2px |
54
+ | **Students Body** | `Inter, system stack` | 20px | 500 | 26px | — |
55
+ | **Download Page H1** | `"Marlin Soft SQ", system stack` | 45.5px | 700 | 45.5px | -1.82px |
56
+ | **Version Info** | `InterVariable, Inter, system stack` | 10px | 600 | — | — |
57
+ | **"Also Available" Label** | `"ABC Favorit Mono", monospace stack` | 14px | 600 | — | — (uppercase) |
58
+
59
+ **Font Stack Summary:**
60
+ - **Headings / Display:** `"Marlin Soft SQ"` (tight letter-spacing, bold) and `"ABC Oracle"` (elegant, normal weight)
61
+ - **Body / UI:** `InterVariable, Inter` (medium weight)
62
+ - **Monospace / Labels:** `"ABC Favorit Mono"` (bold, used for @handles)
63
+ - **System fallback:** `-apple-system, system-ui, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif`
64
+
65
+ ### Buttons
66
+
67
+ #### Download Button (Primary)
68
+ ```
69
+ background: #FFFFFF
70
+ color: #2702C2 (deep indigo)
71
+ font-size: 14px
72
+ font-weight: 600
73
+ font-family: -apple-system, system-ui, sans-serif
74
+ padding: 8px 0px (inner, full-width within container)
75
+ border-radius: 10px
76
+ border: none
77
+ height: 45px
78
+ display: flex
79
+ gap: 10px
80
+ align-items: center
81
+ icon: platform logo (Apple/Windows) left-aligned
82
+ ```
83
+
84
+ #### CTA Pill Button (Hero)
85
+ ```
86
+ background: rgba(0, 0, 0, 0.85)
87
+ color: #FFFFFF
88
+ font-size: 24px
89
+ font-weight: 400
90
+ font-family: "ABC Oracle", Helvetica, sans-serif
91
+ padding: 8px 22px 8px 8px
92
+ border-radius: 22px (fully rounded pill)
93
+ display: flex
94
+ gap: 16px
95
+ align-items: center
96
+ icon: product icon (left), arrow (right)
97
+ text-decoration: none
98
+ ```
99
+
100
+ #### Download Button (Dark Variant — Students/Landing Pages)
101
+ ```
102
+ background: #3C3B3A (dark brown-gray)
103
+ color: #FFFFFF
104
+ font-size: 18px
105
+ font-weight: 600
106
+ font-family: -apple-system, system-ui, sans-serif
107
+ padding: 18px 32px 18px 29px
108
+ border-radius: 14px
109
+ border: none
110
+ display: flex
111
+ gap: 10px
112
+ align-items: center
113
+ icon: platform logo (Apple/Windows) left-aligned
114
+ ```
115
+
116
+ #### Text Link
117
+ ```
118
+ color: #3139FB (Arc Blue)
119
+ font-size: 17px
120
+ font-weight: 700
121
+ font-family: InterVariable, Inter, system stack
122
+ text-decoration: none
123
+ pattern: "Label →" (arrow suffix)
124
+ ```
125
+
126
+ ### Input Fields
127
+ Not present on the homepage. Arc uses direct download CTAs rather than form inputs.
128
+
129
+ ### Spacing
130
+
131
+ | Token | Value | Usage |
132
+ |-------|-------|-------|
133
+ | **Page max-width** | ~1200px (full viewport) | Main content container |
134
+ | **Nav inner width** | 1136px | Navigation content area |
135
+ | **Section vertical padding (small)** | 48px | Testimonials section |
136
+ | **Section vertical padding (large)** | 128px | Features section |
137
+ | **Hero top padding** | 72px | Above hero headline |
138
+ | **Nav height** | 96px (container) / 36px (nav element) | Top navigation bar |
139
+ | **Card gap** | 8px | Between feature card heading and body |
140
+ | **Nav gap** | 16px | Between nav items |
141
+ | **Button gap** | 10px | Between icon and label in buttons |
142
+ | **CTA pill gap** | 16px | Between icon and label in CTA pill |
143
+ | **Marquee quote padding** | 24px | Around each press quote |
144
+ | **Marquee quote gap** | 12px | Between quote text and publication logo |
145
+ | **Download section inner padding** | 150px top / 80px bottom | Blue download/quote section |
146
+ | **Download section gap** | 24px | Between elements in download section |
147
+
148
+ ### Visual Characteristics
149
+ - **Wavy border dividers:** Decorative scalloped/wave SVG borders between major sections (cream ↔ blue transitions)
150
+ - **No visible borders on cards** — content sections use background color shifts
151
+ - **Marquee animation** — press quotes scroll horizontally in a continuous loop (two rows, duplicated content)
152
+ - **Sticky nav bar with Dia promotion** — The nav stays at top with a cream-background Dia hero persistent bar below
153
+ - **Color blocking** — alternates between cream (`#FFFCEC`) and Arc Blue (`#3139FB`) sections
154
+ - **Generous whitespace** — large padding values, minimal clutter
155
+ - **Product screenshots** — browser window mockups with rounded corners, showing real UI
156
+
157
+ ---
158
+
159
+ ## Section Boilerplate
160
+
161
+ ### Navigation
162
+
163
+ **Structure:**
164
+ ```
165
+ <header> (sticky top, blue background #3139FB, full-width)
166
+ <div> (container, flex, justify-between, align-center, h-96px, max-w-~1136px, mx-auto)
167
+ <a href="/"> (logo)
168
+ <img> (Arc logo, white)
169
+ </a>
170
+ <nav>
171
+ <ul> (flex, gap-16px)
172
+ <li><a href="/max">Max</a></li> <!-- has sparkle icon suffix -->
173
+ <li><a href="/search">Mobile</a></li> <!-- has phone icon suffix -->
174
+ <li><a href="/developers">Developers</a></li>
175
+ <li><a href="/students">Students</a></li>
176
+ <li><a href="/blog">Blog</a></li>
177
+ </ul>
178
+ </nav>
179
+ </div>
180
+ </header>
181
+ ```
182
+
183
+ **Interactions:**
184
+ - Nav links: white text (#FFFFFF), 14px, font-weight 500, "Marlin Soft SQ"
185
+ - "Max" and "Mobile" items have small icon suffixes (sparkle gear icon, phone icon respectively)
186
+ - No dropdown menus
187
+ - Nav is persistent/sticky at top while scrolling
188
+ - No hamburger menu visible (desktop-only view observed)
189
+ - No hover state color change detected (stays white)
190
+
191
+ ---
192
+
193
+ ### Hero
194
+
195
+ **Structure:**
196
+ ```
197
+ <section> (bg: #FFFCEC cream, pt-72px, mt-90px from nav, flex-col, center-aligned)
198
+ <div> (text container, centered)
199
+ <h1 style="font: 700 bold 'Marlin Soft SQ'; large display size">
200
+ Meet Dia, the next evolution of Arc
201
+ </h1>
202
+ <p style="font: 400 'ABC Oracle' 20px; color: rgba(0,0,0,0.65)">
203
+ A familiar design that weaves AI into everyday tasks
204
+ </p>
205
+ </div>
206
+ <a href="https://diabrowser.com"> (CTA pill)
207
+ <div style="bg: rgba(0,0,0,0.85); rounded-full; px-22px; py-8px; flex; gap-16px">
208
+ <img> (product icon, 40x40ish)
209
+ <span style="font: 400 24px 'ABC Oracle'; white">Try Dia</span>
210
+ <img> (arrow icon →)
211
+ </div>
212
+ </a>
213
+ <img> (hero image — browser screenshot, rounded corners, large, centered)
214
+ </section>
215
+ ```
216
+
217
+ **Spacing:**
218
+ - Top padding: 72px
219
+ - Margin-top: 90px (clears sticky nav)
220
+ - Gap between headline and subtitle: ~12px
221
+ - Gap between subtitle and CTA: ~24px
222
+ - Gap between CTA and hero image: ~40px
223
+ - Text alignment: center
224
+ - Background: `#FFFCEC` (warm cream)
225
+
226
+ ---
227
+
228
+ ### Social Proof (Press Marquee)
229
+
230
+ **Structure:**
231
+ ```
232
+ <aside> (bg: #FFFCEC, h-67px, overflow-hidden)
233
+ <div> (marquee row 1, flex, animate-scroll-left)
234
+ <a href="[article-url]" style="flex; gap-12px; p-24px; nowrap">
235
+ <span style="font: 700 16px 'Marlin Soft SQ'; color: #3139FB">
236
+ "Quote text from publication."
237
+ </span>
238
+ <img> (publication logo — Bloomberg, Inverse, Fast Company, YouTube)
239
+ </a>
240
+ <!-- Duplicated items for seamless loop -->
241
+ </div>
242
+ <div> (marquee row 2, scrolls opposite direction)
243
+ <!-- Same structure, same quotes duplicated -->
244
+ </div>
245
+ </aside>
246
+ ```
247
+
248
+ **Details:**
249
+ - Two-row horizontal marquee, continuous scroll animation
250
+ - 4 unique quotes from: Bloomberg, Inverse, Fast Company, and a YouTube review
251
+ - Each quote is a link to the source article
252
+ - Publication logos sit inline after the quote text
253
+ - Text: bold 16px Marlin Soft SQ, Arc Blue (#3139FB)
254
+ - Quote padding: 24px per item, 12px gap between text and logo
255
+ - Background matches cream (#FFFCEC) — seamless with surrounding sections
256
+
257
+ ---
258
+
259
+ ### Downloads (Quote + CTA)
260
+
261
+ **Structure:**
262
+ ```
263
+ <section> (bg: #3139FB blue, full-width)
264
+ <div> (flex-col, align-center, pt-150px, pb-80px, gap-24px)
265
+ <span>" "</span> (decorative open quote)
266
+ <h1 style="font: 700 32px 'Marlin Soft SQ'; color: #FFFCEC; letter-spacing: -1.6px; line-height: 31.2px">
267
+ "Arc is the Chrome replacement I've been waiting for."
268
+ </h1>
269
+ <a href="https://www.theverge.com/..."> (attribution)
270
+ <img> (The Verge logo, white)
271
+ </a>
272
+ <div> (button group, flex)
273
+ <a href="https://releases.arc.net/release/Arc-latest.dmg">
274
+ <button style="bg: white; color: #2702C2; rounded-10px; font-weight: 600; h-45px; flex; gap-10px">
275
+ <img> (Apple icon)
276
+ Download Arc for Mac
277
+ </button>
278
+ </a>
279
+ <a href="https://releases.arc.net/windows/ArcInstaller.exe">
280
+ <button> (same style)
281
+ <img> (Windows icon)
282
+ Download Arc for Windows
283
+ </button>
284
+ </a>
285
+ </div>
286
+ </div>
287
+ <div> (browser screenshot area)
288
+ <img alt="Screenshot of Arc by The Browser Company of New York">
289
+ </div>
290
+ <div> (scroll indicator)
291
+ <span>More Details</span>
292
+ <img> (down arrow)
293
+ </div>
294
+ </section>
295
+ ```
296
+
297
+ **Spacing:**
298
+ - Inner padding: 150px top, 80px bottom
299
+ - Gap between elements: 24px
300
+ - Background: `#3139FB` (Arc Blue)
301
+ - Quote marks: decorative curly quotes flanking the headline
302
+ - Attribution logo below headline
303
+ - Two download buttons side by side
304
+ - Large browser screenshot below buttons
305
+
306
+ ---
307
+
308
+ ### Features
309
+
310
+ **Structure:**
311
+ ```
312
+ <div> (bg: transparent/cream, py-128px)
313
+ <!-- Feature Intro -->
314
+ <div> (text-center, mb-large)
315
+ <p style="font: 700 40px 'Marlin Soft SQ'; color: #3139FB; letter-spacing: -1.6px; line-height: 39px">
316
+ A browser that doesn't just meet your needs — it anticipates them.
317
+ </p>
318
+ <div style="font: 500 17px Inter; color: #696969; line-height: 25.5px">
319
+ Clean and calm, Arc shapes itself to how you use the internet.
320
+ </div>
321
+ </div>
322
+
323
+ <!-- Feature 1: Spaces -->
324
+ <div> (flex-col, gap-8px)
325
+ <p style="font: 700 40px 'Marlin Soft SQ'; color: #3139FB">
326
+ Space for the different sides of you.
327
+ </p>
328
+ <div style="font: 500 17px Inter; color: #696969">
329
+ Effortlessly organize everything you do online — work, study, hobbies —
330
+ all in one window with <strong>Spaces</strong> and <strong>Profiles</strong>.
331
+ </div>
332
+ <img> (browser screenshot showing Spaces UI — photo grid + sidebar)
333
+ </div>
334
+
335
+ <!-- Feature 2: Customization -->
336
+ <div> (same structure)
337
+ <p>Your perfect setup.</p>
338
+ <div>Find your perfect setup with <strong>Split View</strong>, <strong>Themes</strong>, and more.</div>
339
+ <img> (browser screenshot showing Split View + Theme picker)
340
+ </div>
341
+
342
+ <!-- Feature 3: Privacy -->
343
+ <div> (same structure)
344
+ <p>The comfort of privacy.</p>
345
+ <div>
346
+ Arc is built from the ground up to be private and secure.
347
+ We don't know what sites you visit or what you search for.
348
+ <a href="/privacy" style="color: #3139FB; font-weight: 700">Learn more about privacy in Arc →</a>
349
+ </div>
350
+ </div>
351
+ </div>
352
+ ```
353
+
354
+ **Spacing:**
355
+ - Section padding: 128px vertical
356
+ - Gap between feature heading and body: 8px
357
+ - Feature heading: 40px bold Marlin Soft SQ, Arc Blue, tight -1.6px letter-spacing
358
+ - Feature body: 17px medium Inter, gray (#696969), 25.5px line-height
359
+ - Bold keywords within body text using `<strong>` tags
360
+ - Each feature has an accompanying large browser screenshot
361
+ - Privacy feature includes an inline text link with arrow (→)
362
+
363
+ ---
364
+
365
+ ### Social Proof (Testimonials)
366
+
367
+ **Structure:**
368
+ ```
369
+ <div> (bg: #FFFCEC cream, py-48px, flex, gap-16px)
370
+ <img> (Arc logo watermark, left side)
371
+ <div> (testimonials grid/flex — 4 columns)
372
+ <!-- Testimonial Card -->
373
+ <div> (p-16px top/sides)
374
+ <div style="font: 400 16px Marlin; color: #3139FB; line-height: normal">
375
+ Way more powerful than Chrome. Arc looks like the future of browsers.
376
+ </div>
377
+ <div style="font: 700 12px 'ABC Favorit Mono'; color: #3139FB; uppercase-ish">
378
+ @beebomco
379
+ </div>
380
+ </div>
381
+
382
+ <!-- Repeat for each testimonial -->
383
+ <div>
384
+ <div>Arc brought order to the chaos that was my online life. There's no going back.</div>
385
+ <div>@katelaurielee</div>
386
+ </div>
387
+ <div>
388
+ <div>Arc lives up to the hype. So intuitive, playful and pretty.</div>
389
+ <div>@fiveboiii</div>
390
+ </div>
391
+ <div>
392
+ <div>I just tried using a computer without Arc and it was miserable.</div>
393
+ <div>@markfishman_XYZ</div>
394
+ </div>
395
+ </div>
396
+ </div>
397
+ ```
398
+
399
+ **Details:**
400
+ - 4 testimonials in a horizontal row
401
+ - Quote text: 16px Marlin, regular weight, Arc Blue
402
+ - Author handle: 12px ABC Favorit Mono, bold, Arc Blue, @-prefixed, visually uppercase
403
+ - Author handles appear in a bordered pill/tag below the quote
404
+ - Background: cream (#FFFCEC)
405
+ - Section padding: 48px vertical, 16px gap between cards
406
+ - Large Arc logo/illustration on the left side
407
+
408
+ ---
409
+
410
+ ### CTA (Footer CTA)
411
+
412
+ **Structure:**
413
+ ```
414
+ <aside> (bg: #3139FB blue, inside footer/contentinfo area)
415
+ <div> (centered content, large padding)
416
+ <div>
417
+ <h2 style="font: 700 large 'Marlin Soft SQ'; color: #FFFCEC">
418
+ Enter <em>your</em> new home on the internet
419
+ </h2>
420
+ </div>
421
+ <a href="https://releases.arc.net/release/Arc-latest.dmg">
422
+ <button style="bg: white; color: #2702C2; rounded-10px; font-weight: 600; h-45px">
423
+ <img> (Apple icon)
424
+ Download Arc for Mac
425
+ </button>
426
+ </a>
427
+ </div>
428
+ </aside>
429
+ ```
430
+
431
+ **Details:**
432
+ - Background: Arc Blue (#3139FB)
433
+ - Headline uses italic emphasis on "your"
434
+ - Single download button (platform-detected — shows Mac or Windows)
435
+ - Button style: white bg, deep indigo text, 10px radius, 45px height
436
+ - Wavy decorative border at bottom transitioning to footer
437
+
438
+ ---
439
+
440
+ ### Footer
441
+
442
+ **Structure:**
443
+ ```
444
+ <footer> (bg: #3139FB blue, color: #FFFCEC cream)
445
+ <!-- CTA Section (see CTA above) -->
446
+ <aside>...</aside>
447
+
448
+ <!-- Footer Content -->
449
+ <div> (flex/grid layout, padding-large)
450
+ <!-- Logo -->
451
+ <a href="/">
452
+ <img> (Arc logo, cream/white)
453
+ </a>
454
+
455
+ <!-- Link Columns -->
456
+ <div> (flex, gap between columns)
457
+ <!-- Column 1: Product -->
458
+ <div>
459
+ <div style="font: 600 12px Inter; color: #FFFCEC; text-transform: uppercase">PRODUCT</div>
460
+ <a href="/download">Download</a>
461
+ <a href="/privacy">Privacy Policy</a>
462
+ <a href="https://start.arc.net/terms-of-use">Terms of Use</a>
463
+ <a href="/security">Security</a>
464
+ <a href="/max">Arc Max</a>
465
+ <a href="/search">Arc for iPhone</a>
466
+ <a href="/integrations">Integrations</a>
467
+ <a href="/credits">Credits</a>
468
+ </div>
469
+
470
+ <!-- Column 2: Resources -->
471
+ <div>
472
+ <div style="text-transform: uppercase">RESOURCES</div>
473
+ <a href="https://resources.arc.net">Resource Center</a>
474
+ <a href="https://resources.arc.net/hc/en-us/articles/...">Release Notes</a>
475
+ <a href="/students">Students</a>
476
+ <a href="/faq">FAQ</a>
477
+ <a href="https://thebrowser.company/careers/">Careers @ BCNY</a>
478
+ </div>
479
+ </div>
480
+
481
+ <!-- Social Icons -->
482
+ <div> (flex, gap)
483
+ <a href="https://www.youtube.com/c/TheBrowserCompany">
484
+ <img alt="TheBrowserCompany on Youtube">
485
+ </a>
486
+ <a href="https://twitter.com/browsercompany">
487
+ <img alt="@browsercompany on Twitter">
488
+ </a>
489
+ </div>
490
+
491
+ <!-- Company Badge -->
492
+ <a href="https://thebrowser.company"> (bottom-right)
493
+ <img> (The Browser Company of New York wordmark)
494
+ </a>
495
+ </div>
496
+ </footer>
497
+ ```
498
+
499
+ **Details:**
500
+ - Background: Arc Blue (#3139FB), all text in cream (#FFFCEC)
501
+ - Column headers: 12px Inter, 600 weight, uppercase
502
+ - Links: 12px Inter, 600 weight, cream color, no underline
503
+ - Two columns: "Product" (8 links) and "Resources" (5 links)
504
+ - Social icons: YouTube and Twitter (X)
505
+ - Arc logo top-left, "The Browser Company of New York" wordmark bottom-right
506
+ - Wavy decorative border between CTA and footer links area
507
+
508
+ ---
509
+
510
+ ### Blog
511
+
512
+ > Source: https://arc.net/blog
513
+
514
+ **Structure:**
515
+ ```
516
+ <div> (bg: white/cream, full page)
517
+ <!-- Dia Promotion Banner -->
518
+ <a href="https://diabrowser.com"> (full-width banner)
519
+ <div style="bg: #2702C2 deep indigo; h-88px; flex; align-center; justify-center">
520
+ <span style="font: 700 24px 'Marlin Soft SQ'; color: white">
521
+ Meet Dia, a new AI browser from the makers of Arc →
522
+ </span>
523
+ <img> (Dia icon, right side)
524
+ </div>
525
+ </a>
526
+
527
+ <!-- Blog Post Grid -->
528
+ <ul style="display: flex; gap: 76px; overflow-x: scroll; snap">
529
+ <!-- Blog Card (repeating) -->
530
+ <li style="flex: none; w-752px; h-673px; flex-col">
531
+ <span style="font: 400 12px 'ABC Favorit Mono'; color: rgba(0,0,0,0.5); text-transform: uppercase">
532
+ Fresh Features
533
+ </span>
534
+ <a style="font: 700 28px 'Marlin Soft SQ'; color: #000; text-decoration: none">
535
+ Meet the School of Browser Class of 2024
536
+ </a>
537
+ <a style="font: 500 16px 'Marlin Soft SQ'; color: #3139FB; text-transform: uppercase; flex; gap">
538
+ <span>Read More</span>
539
+ <img> (arrow icon →)
540
+ </a>
541
+ <a> (cover image link)
542
+ <img> (cover image, large, fills remaining space)
543
+ </a>
544
+ </li>
545
+ <!-- More cards... -->
546
+ </ul>
547
+ </div>
548
+ ```
549
+
550
+ **Details:**
551
+ - Horizontal scrolling card layout (not grid), gap of 76px between cards
552
+ - Each card is 752px wide, ~673px tall, stacked vertically
553
+ - Category tag: 12px ABC Favorit Mono, uppercase, 50% opacity black
554
+ - Post title: 28px Marlin Soft SQ, bold, black
555
+ - "Read More" link: 16px Marlin Soft SQ, medium weight, Arc Blue, uppercase, with arrow icon
556
+ - Cover image fills remaining vertical space
557
+ - Categories include: "Fresh Features", "Security Bulletin", "Open Tab"
558
+ - Dia promotion banner at top: deep indigo (#2702C2) bg, 88px tall, white bold text
559
+
560
+ ---
561
+
562
+ ### FAQ
563
+
564
+ > Source: https://arc.net/faq (long-form) and https://arc.net/students (accordion)
565
+
566
+ #### Variant A: Long-Form FAQ (arc.net/faq)
567
+
568
+ **Structure:**
569
+ ```
570
+ <div> (cream/white bg, centered)
571
+ <!-- Page Header -->
572
+ <div style="text-align: center; mt-64px; px-24px">
573
+ <h1 style="font: 700 67px Marlin; color: #3139FB; line-height: 67px; letter-spacing: -2.68px; text-align: center">
574
+ Frequently Asked
575
+ Questions
576
+ </h1>
577
+ <div style="font: 400 16px 'ABC Favorit Mono'; color: #000">
578
+ Updated · May 1, 2024
579
+ </div>
580
+ </div>
581
+
582
+ <!-- FAQ Content -->
583
+ <article style="max-width: 500px; mx-auto">
584
+ <!-- Question Block (repeating) -->
585
+ <h2 style="font: 600 28px 'Marlin Soft SQ'; color: #171717; line-height: 36px; letter-spacing: -1.12px; mt-32px; mb-8px">
586
+ What makes Arc different from other browsers?
587
+ </h2>
588
+ <p style="font: 400 16px system-ui; color: #6F6F6F; line-height: 28px; mb-16px">
589
+ Answer text with <strong>bold emphasis</strong> and
590
+ <a style="font-weight: 500; color: #0047FF; text-decoration: none">inline links</a>.
591
+ </p>
592
+ <!-- Bullet lists where appropriate -->
593
+ <ul style="list-style: none; px-40px">
594
+ <li><strong>Bold bullet point text</strong></li>
595
+ </ul>
596
+ <!-- More question blocks... -->
597
+ </article>
598
+ </div>
599
+ ```
600
+
601
+ **Details:**
602
+ - Page title: 67px Marlin, bold, Arc Blue, centered, tight letter-spacing (-2.68px)
603
+ - Updated date: 16px ABC Favorit Mono, monospace, black
604
+ - Content area: 500px max-width, centered
605
+ - Question headings (H2): 28px Marlin Soft SQ, 600 weight, near-black (#171717), -1.12px letter-spacing
606
+ - Answer text: 16px system-ui, 400 weight, gray (#6F6F6F), 28px line-height
607
+ - Inline links: 500 weight, blue (#0047FF), no underline
608
+ - Spacing: 32px margin-top before each question, 8px margin-bottom after H2, 16px between paragraphs
609
+ - Bold bullet lists with no list-style markers
610
+
611
+ #### Variant B: Accordion FAQ (arc.net/students)
612
+
613
+ **Structure:**
614
+ ```
615
+ <div style="px-55px">
616
+ <div style="display: flex; flex-direction: column; gap: 10px">
617
+ <!-- Accordion Item (repeating) -->
618
+ <div style="cursor: pointer; pb-10px; border-bottom: 1px solid rgba(14,15,16,0.1); display: flex; gap: 10px; h-46px">
619
+ <img> (+ plus icon, Arc Blue)
620
+ <span style="font: 400 16px Inter; color: #3C3B3A">
621
+ I'm a student who loves Arc. How can I get more involved?
622
+ </span>
623
+ </div>
624
+ <!-- Last item has no border-bottom -->
625
+ </div>
626
+ </div>
627
+ ```
628
+
629
+ **Details:**
630
+ - Flex column layout, 10px gap between items
631
+ - Each item: 46px height, flex row, plus (+) icon left, question text right
632
+ - Text: 16px Inter, regular weight, dark brown-gray (#3C3B3A)
633
+ - Border-bottom: 1px solid rgba(14,15,16,0.1) — very subtle separator
634
+ - Last item has no bottom border
635
+ - Plus icon toggles to expand/collapse answer content
636
+ - Section padding: 55px horizontal
637
+
638
+ ---
639
+
640
+ ### Downloads
641
+
642
+ > Source: https://arc.net/download
643
+
644
+ **Structure:**
645
+ ```
646
+ <div> (bg: #2702C2 deep indigo, full-page)
647
+ <!-- Dia Promotion Card -->
648
+ <div style="px-40px">
649
+ <div style="bg: white; rounded-lg; overflow-hidden; flex; h-184px">
650
+ <div style="p-large">
651
+ <p style="font: 700 'Marlin Soft SQ'">
652
+ <strong>Meet Dia.</strong> Same Arc feel, with a faster, smarter foundation.
653
+ </p>
654
+ <a> (CTA pill — same as homepage hero pill)
655
+ Try Dia →
656
+ </a>
657
+ </div>
658
+ <div>
659
+ <img> (Dia browser screenshot)
660
+ </div>
661
+ </div>
662
+ </div>
663
+
664
+ <!-- App Icon -->
665
+ <img> (Arc app icon, centered, large ~80px)
666
+
667
+ <!-- Headline -->
668
+ <h1 style="font: 700 45.5px 'Marlin Soft SQ'; color: #FFFCEC; line-height: 45.5px; letter-spacing: -1.82px; text-align: center">
669
+ Ready to let go
670
+ of the old internet?
671
+ </h1>
672
+
673
+ <!-- Primary Download Button -->
674
+ <div style="flex-col; align-center">
675
+ <a href="https://releases.arc.net/release/Arc-latest.dmg">
676
+ <button style="bg: white; color: #2702C2; rounded-10px; font-weight: 600; font-size: 14px">
677
+ <img> (Apple icon)
678
+ Download Arc for Mac
679
+ </button>
680
+ </a>
681
+ <span style="font: 600 10px Inter; color: rgba(255,255,255,0.7)">
682
+ Versions 13.0 and later
683
+ </span>
684
+ </div>
685
+
686
+ <!-- Divider -->
687
+ <div> (wavy decorative border)
688
+ <div style="font: 600 14px 'ABC Favorit Mono'; color: #FFFCEA; text-transform: uppercase">
689
+ Also Available On
690
+ </div>
691
+
692
+ <!-- Platform Cards -->
693
+ <div style="flex; gap; justify-center">
694
+ <a href="[windows-url]" style="flex; p-12.8px; rounded-16px; w-270px; h-89px">
695
+ <img> (Arc Windows icon)
696
+ <div>
697
+ <div style="font-weight: bold">Windows</div>
698
+ <div>Download</div>
699
+ </div>
700
+ </a>
701
+ <a href="[ios-url]" style="same as above">
702
+ <img> (Arc iOS icon)
703
+ <div>
704
+ <div>iOS</div>
705
+ <div>Get it in the App Store →</div>
706
+ </div>
707
+ </a>
708
+ </div>
709
+
710
+ <!-- More Info Link -->
711
+ <a style="font: 600 13px Inter; color: #FFFCEA; text-decoration: none">
712
+ More info on supported and unsupported devices →
713
+ </a>
714
+ </div>
715
+ ```
716
+
717
+ **Details:**
718
+ - Full-page deep indigo background (#2702C2) — darker than the homepage Arc Blue
719
+ - Dia promo card at top: white bg, rounded, horizontal layout with text + screenshot
720
+ - Large centered app icon above headline
721
+ - Headline: 45.5px Marlin Soft SQ, bold, cream text, centered
722
+ - Primary download button: white bg, deep indigo text, same style as homepage
723
+ - Version info: 10px Inter, 600 weight, 70% opacity white
724
+ - "Also Available On" label: 14px ABC Favorit Mono, uppercase, cream
725
+ - Platform cards: 270x89px, 16px border-radius, flex layout with icon + text
726
+ - Wavy decorative border separating primary download from secondary platforms
727
+
728
+ ---
729
+
730
+ ### Showcase (Feature Cards with Screenshots)
731
+
732
+ > Source: https://arc.net/students — "Features so good, they feel illegal"
733
+
734
+ **Structure:**
735
+ ```
736
+ <div>
737
+ <!-- Section Header -->
738
+ <div>
739
+ <h2 style="font: 700 40px 'Marlin Soft SQ'; color: #3C3B3A; line-height: 46px">
740
+ Features so good, they feel illegal
741
+ </h2>
742
+ <p style="font: 500 20px Inter; color: #766E6A; line-height: 26px">
743
+ Smart downloads, split views, picture-in-picture,
744
+ <a style="text-decoration: underline">AI-powered features</a>, and more.
745
+ Arc is packed with features that help you stay on top of it all.
746
+ </p>
747
+ </div>
748
+
749
+ <!-- Feature Cards Grid -->
750
+ <div style="display: flex; gap; horizontal-scroll or grid-2col">
751
+ <!-- Feature Card -->
752
+ <div>
753
+ <div style="rounded-lg; overflow-hidden">
754
+ <img> (browser screenshot demonstrating the feature)
755
+ </div>
756
+ <div style="mt-small">
757
+ <p style="font: 400 Inter; color: #3C3B3A">
758
+ <em style="font-weight: bold; font-style: italic">Split View</em>
759
+ Multitask (or procrastinate) with up to three tabs side-by-side.
760
+ </p>
761
+ </div>
762
+ </div>
763
+ <!-- More feature cards: Easels, Tidy Downloads, Themes & Boosts, Arc Sync -->
764
+ </div>
765
+ </div>
766
+ ```
767
+
768
+ **Details:**
769
+ - Section heading: 40px Marlin Soft SQ, bold, dark (#3C3B3A)
770
+ - Body text: 20px Inter, medium weight, warm gray (#766E6A), 26px line-height
771
+ - Inline links use underline text-decoration
772
+ - Feature cards: screenshot image + label + description below
773
+ - Feature label uses italic emphasis (`<em>`) with bold weight
774
+ - Feature description follows the label inline in the same paragraph
775
+ - Cards arranged in a 2-column layout (or horizontal scroll on narrower viewports)
776
+ - Screenshots show real browser UI with rounded corners
777
+
778
+ ---
779
+
780
+ ### Stats
781
+
782
+ > Source: https://arc.net/students — "Loved by students at 7,000 schools"
783
+
784
+ **Structure:**
785
+ ```
786
+ <div style="px-55px">
787
+ <h2 style="font: 700 40px 'Marlin Soft SQ'; color: #3C3B3A; line-height: 46px; letter-spacing: -2px">
788
+ Loved by students at 7,000 schools around the world
789
+ </h2>
790
+ <p style="font: 500 20px Inter; color: #766E6A; line-height: 26px">
791
+ A new semester. A smarter browser. Experience the browser that's
792
+ earning extra credit with students everywhere.
793
+ </p>
794
+ </div>
795
+ ```
796
+
797
+ **Details:**
798
+ - Heading: 40px Marlin Soft SQ, bold, dark (#3C3B3A), -2px letter-spacing, 46px line-height
799
+ - Body: 20px Inter, medium weight, warm gray (#766E6A), 26px line-height
800
+ - Section padding: 55px horizontal
801
+ - Stats are woven into the heading text (e.g., "7,000 schools") rather than displayed as standalone numbers
802
+ - No separate stat cards or counters — Arc uses narrative stat integration
803
+ - Typically followed by a visual section (e.g., interactive Spaces demo)
804
+
805
+ ---
806
+
807
+ ### Newsletter / Promotional Banner
808
+
809
+ > Source: https://arc.net/students — "Arc for Students '24" section, and blog Dia banner
810
+
811
+ **Structure:**
812
+ ```
813
+ <div style="bg: #E1E0CE (darker cream); overflow: hidden; h-507px">
814
+ <!-- Sticker images -->
815
+ <img> (decorative sticker images flanking the content)
816
+
817
+ <!-- Scrolling Marquee -->
818
+ <div style="flex; animate-scroll">
819
+ <p>Arc for Students '24</p>
820
+ <!-- Repeated for seamless loop -->
821
+ </div>
822
+
823
+ <!-- Content -->
824
+ <div style="centered">
825
+ <h2 style="font: 700 40px 'Marlin Soft SQ'; color: #3C3B3A">
826
+ Arc for Students '24
827
+ </h2>
828
+ <img> (ambassador badge/illustration)
829
+ <p style="body text">
830
+ Applications are now closed for the Arc Ambassador program...
831
+ </p>
832
+ <a>
833
+ <button style="bg: #3C3B3A; color: white; font: 600 18px system-ui; px-32px; py-18px; rounded-14px">
834
+ Stay in the loop →
835
+ </button>
836
+ </a>
837
+ </div>
838
+ </div>
839
+ ```
840
+
841
+ **Details:**
842
+ - Background: darker cream (#E1E0CE), distinct from main page cream
843
+ - Overflow hidden with decorative sticker images
844
+ - Horizontal scrolling marquee text for "Arc for Students '24"
845
+ - Section heading: 40px Marlin Soft SQ, bold, dark
846
+ - CTA button variant: dark bg (#3C3B3A), white text, 18px, 600 weight, 14px border-radius, generous padding (18px 32px)
847
+ - Height: ~507px
848
+ - This pattern is also used for the Dia banner on the blog page (deep indigo bg, 88px, full-width)
849
+
850
+ ---
851
+
852
+ ### How It Works
853
+
854
+ > Source: https://arc.net/students — "Create separate Spaces" interactive section
855
+
856
+ **Structure:**
857
+ ```
858
+ <div style="px-55px">
859
+ <!-- Heading with interactive keyword highlights -->
860
+ <h2 style="font: 700 40px 'Marlin Soft SQ'; color: #3C3B3A; line-height: 46px; letter-spacing: -2px">
861
+ Create separate Spaces for
862
+ <span style="cursor: pointer"> (clickable, with icon)
863
+ <img> (emoji/icon)
864
+ classes,
865
+ </span>
866
+ <span style="cursor: pointer">
867
+ <img> (emoji/icon)
868
+ clubs,
869
+ </span>
870
+ <span style="cursor: pointer">
871
+ <img> (emoji/icon)
872
+ work,
873
+ </span>
874
+ and the rest of
875
+ <span style="color: different">your life</span>
876
+ </h2>
877
+
878
+ <p style="font: 500 20px Inter; color: #766E6A; line-height: 26px">
879
+ Arc is the first browser that organizes your busy life.
880
+ Everything finds its place — no more navigating endless windows and tabs.
881
+ </p>
882
+
883
+ <!-- Interactive Browser Demo -->
884
+ <div style="rounded-lg; overflow-hidden; border: subtle">
885
+ <!-- Browser window mockup with sidebar showing Spaces -->
886
+ <!-- Clicking keywords in heading switches the active Space in the demo -->
887
+ <div style="flex">
888
+ <div> (sidebar with tabs, spaces, + New Tab)
889
+ <div> (main content area showing website)
890
+ </div>
891
+ <!-- Dot navigation at bottom of sidebar -->
892
+ <div style="flex; gap; align-center">
893
+ <img> (trash icon)
894
+ <span>●</span> <span>●</span> <span>●</span>
895
+ <img> (+ icon)
896
+ </div>
897
+ </div>
898
+ </div>
899
+ ```
900
+
901
+ **Details:**
902
+ - Heading has interactive clickable keywords with inline emoji/icons
903
+ - Clicking a keyword (classes, clubs, work) switches the browser demo below to show that Space
904
+ - Same typography as Stats heading: 40px Marlin Soft SQ, bold, dark, -2px letter-spacing
905
+ - Body text: 20px Inter, medium weight, warm gray
906
+ - Browser demo: large mockup with sidebar + main content, rounded corners
907
+ - Dot navigation at bottom of sidebar indicates multiple Spaces
908
+ - Section padding: 55px horizontal
909
+
910
+ ---
911
+
912
+ ## Sections Not Present Across Arc.net
913
+
914
+ The following requested sections were **not found** across any Arc page:
915
+
916
+ | Section | Notes |
917
+ |---------|-------|
918
+ | **About** | Company info lives at thebrowser.company (separate domain) |
919
+ | **Comparison** | Arc does not use a competitor comparison table |
920
+ | **Contact** | No contact form; support via resources.arc.net |
921
+ | **Pricing** | Arc is free — no pricing section exists |
922
+ | **Store** | No merchandise or paid products section |