Field Scout Brand Guidelines
F S C C
Field Scout
Brand Guidelines
April 2026
01

Purpose

This document defines the identity standards for Field Scout across editorial, interface, social, and supporting brand surfaces.

It is source-of-truth documentation. Specifications in this document should match the master artwork, design tokens, and implementation patterns.

02

Brand Role

Field Scout is the editorial surface of the system.

Its role is to select, frame, and publish subjects across cycling: objects, places, people, decisions, and events.

The identity should not rely on cycling tropes to be legible. If category references are removed, the system should still feel clear, intentional, and distinct.

the manual is the explanatory surface of the system.

Field Scout points.
the manual explains.

03

Brand Position

Field Scout should feel:

  • editorial
  • controlled
  • selective
  • contemporary
  • warm through material and photography
  • confident without being loud

Field Scout should not feel:

  • sporty
  • macho
  • startup-derived
  • luxury-polished
  • outdoor-brand coded
  • generic content-platform design
04

Identity System

4.1 Primary Mark

The primary mark is a stepped-bar monogram: FS above-left, CC below-right, joined by two horizontal bars. The bars extend past the letterforms. They are structural, not decorative.

F S C C
F S C C
Primary — ink on field
F S C C
Inverse — field on ink
F S C C
Titanium — footer signature
Profile — optically centered

SVG Structure

viewBox="0 0 400 178"
Top bar: <rect x="0" y="55" width="240" height="6"> — 0 to 60%
Bottom bar: <rect x="160" y="93" width="240" height="6"> — 40% to 100%
FS: <text x="6" y="48"> Inter 800, letter-spacing 2
CC: <text x="168" y="160"> Inter 800, letter-spacing 2

4.2 Overlap Geometry

The mark, horizon bars, and shelf bars all use one fixed overlap system. In the current master artwork:

  • top bar spans 0–60%
  • bottom bar spans 40–100%
  • overlap zone spans 40–60%

Do not introduce alternate ratios in downstream applications. If the overlap ratio changes, update the master mark, horizon bars, shelf bars, and all formula examples together.

4.3 Mark Variants

TierFormPrimary Use
Tier 1Full mark (FS/CC with bars)Formal brand surfaces, social avatar, footer signature
Tier 2Compact bars onlyHeader, navigation, inline structural use
Tier 3Wordmark (FIELD SCOUT)Header, titles, formal brand labeling

Header Lockup

The header lockup pairs the compact bars (20×10px) with the FIELD SCOUT wordmark at 0.72rem, Inter 700, uppercase, 0.04em tracking. The compact bars use the same overlapping geometry as the full mark: top bar at 60% width from left, bottom bar at 60% width from right.

.mk--hd { width: 20px; height: 10px; }
.mk::before { width: 60%; height: 1.5px; top: 0; left: 0; }
.mk::after { width: 60%; height: 1.5px; bottom: 0; right: 0; }
.hdr__name { font-weight: 700; font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase; }

4.4 Naming

ContextForm
Brand name in headlines / headerFIELD SCOUT
Brand name in running textField Scout
Formal signatureFIELD SCOUT CYCLING CLUB
MonogramFSCC
URLfieldscout.cc
Companion brandthe manual

"the manual" remains lowercase in all contexts.

Profile Mark

The profile variant is the Figma export for social platforms. It renders the full FSCC letterforms as outlined paths on an ink background, optically centered with a translate(0, -22) offset. This vertical shift compensates for the visual weight of the descending CC, pulling the perceived center upward. Preserve this transform in all exports.

Clear Space

Minimum padding equal to the bar height on all sides. For the full mark, this is 6px (the bar thickness at default viewBox scale). For the compact bars, minimum 1.5px clear on all sides.

Minimum Size

40px width for the full mark. 14px width for the compact bars. Below these thresholds, the overlapping geometry loses legibility.

Usage Rules

Never redraw, stretch, rotate, skew, or add effects (shadows, glows, gradients) to the mark. The mark is used exactly as specified. The bars must always overlap. The bar weights must remain consistent. The letterforms must always be Inter 800.

05

Structural Language

5.1 Horizon Bars

Horizon bars are the primary section divider. They use the same overlap geometry as the master mark and signal major transitions across the page.

Use horizon bars for: section changes, major content handoffs, module framing where a full structural break is required.

Horizon Bar
height: 24px · margin: 40px 0 · bars: 1.5px · color: var(--ink) · full bleed
.hz { position: relative; height: 24px; margin: 40px 0; }
.hz::before { width: 60%; height: 1.5px; top: 0; left: 0; background: var(--ink); }
.hz::after { width: 60%; height: 1.5px; bottom: 0; right: 0; background: var(--ink); }

5.2 Shelf Bars

Shelf bars are the entry-level structural divider. They open individual content modules and establish the typographic transition into display content.

Shelf Bar
height: 14px · margin: 8px padding 0 · bars: 1px · color: var(--ti-faint)
.shelf { position: relative; height: 14px; margin: 8px var(--p) 0; }
.shelf::before { width: 60%; height: 1px; background: var(--ti-faint); }
.shelf::after { width: 60%; height: 1px; background: var(--ti-faint); }

5.3 Closers

Closers are single hairlines used to end entries. They are not part of the overlap system and should not be treated as mini shelf bars.

Closer
height: 1px · background: var(--ti-faint) · margin: 0 var(--p)
.closer { height: 1px; background: var(--ti-faint); margin: 0 var(--p); }

5.4 Serif Rule

DM Serif Display is reserved for display moments opened by a shelf bar. Without a shelf bar, titles should default to Inter. This keeps serif usage limited, legible, and structurally motivated.

Entry Rhythm — Image Entry

1 Image (4:5, 3:2, or 1:1)
2 Shelf bar (overlapping, under image)
3 Type label (mono, 0.44rem, --ti-warm)
4 Serif title (DM Serif Display, 1.7rem)
5 Blurb (sans, 0.85rem, --ti-pol)
6 Outbound link (mono, uppercase, arrow)
7 Closer (single hairline)

Entry Rhythm — Compact Entry

1 Shelf bar (visual anchor, no image)
2 Type label (mono, 0.44rem, --ti-warm)
3 Sans title (Inter 700, 1.05rem)
4 Blurb (sans, 0.85rem, --ti-pol)
5 Outbound link (mono, uppercase, arrow)
6 Closer (single hairline)
06

Typography

6.1 Typeface Roles

FamilyRole
DM Serif DisplayDisplay titles and pull quotes
InterBody copy, interface copy, compact titles, navigation
IBM Plex MonoLabels, metadata, utility text, keys, timestamps

DM Serif Display

Display titles and pull quotes. Only appears below a shelf bar.

The Firefly All-Road
font-family: var(--serif);
font-size: 1.7rem; /* mobile */ 2rem; /* desktop */
font-weight: 400; line-height: 1.04;
letter-spacing: -0.02em;

Inter

Body copy, interface copy, compact titles, navigation.

Compact Entry Title at 1.05rem / 700 weight
Body text at 0.92rem with 1.8 line-height on feature pages, 1.7 on homepage blurbs. The workhorse of the system.
FIELD SCOUT — Header wordmark at 0.72rem / 700 / uppercase

IBM Plex Mono

Labels, metadata, utility text, keys, timestamps.

BUILD · Type label at 0.44rem / 0.12em tracking / uppercase
builds · gear · travel — Nav at 0.58rem / 0.04em tracking
Apr 3, 2026 · Timestamp at 0.44rem / --ti-light

6.2 Usage Rules

  • Use DM Serif Display only for editorial display moments.
  • Use Inter for all primary reading tasks and interface functions.
  • Use IBM Plex Mono for metadata and system language only.
  • Do not use mono as body copy.
  • Do not use serif in navigation, utility copy, or compact interface titles.

6.3 Readability Standard

Utility text must remain usable as documentation, not just visual texture. Apply the following minimums:

  • no essential operational text below 0.625rem
  • no small informational text below AA contrast
  • captions, table text, and spec labels must prioritize legibility over stylization

Avoid the 0.4rem–0.58rem range for text users must read, compare, or reference.

6.4 Core Scale

ElementRecommended Size
Feature title1.7rem mobile / 2rem desktop
Pull quote1.6rem mobile / 2rem desktop
Compact title1.05rem
Body copy0.92rem
Header wordmark0.72rem
Utility mono0.625rem minimum
Captions / table support text0.6875rem minimum where informational
07

Color System

7.1 Palette Logic

The palette is monochromatic and material-led. Color is used structurally, not decoratively. The system consists of: Field for page ground, Ink for primary content, titanium tones for metadata, secondary text, and structural support.

7.2 Base Colors

Field #f5f4f0 Page background
Ink #0f0e0c 15.8:1 · Titles, outbound links, horizon bars, header mark

7.3 Titanium Tones

Use titanium tones to separate primary reading from contextual information.

--ti-dark #2a2825 11.2:1 · Strong secondary emphasis
--ti-mid #5a5650 6.3:1 · Secondary navigational and support text
--ti-warm #706860 5.1:1 · Labels and metadata accents
--ti-light #8b8680 3.6:1 · Large secondary text only, or non-essential support text
--ti-faint #c4c0b8 1.8:1 · Decorative rules and non-informational lines only

7.4 Accessibility

All essential text must meet WCAG AA against the field background. Do not use low-contrast tones for small informational text.

In practice:

  • captions should not use a decorative-only tone
  • table text should not depend on faint contrast
  • labels may be quieter than body text, but still need to be readable
08

Photography

8.1 Direction

Photography should feel: warm, observational, natural-light led, atmospheric without stylization, editorial rather than commercial.

Avoid: studio polish as a default, stock photography, aggressive filtering, action-sports clichés, cycling imagery used as identity shorthand.

8.2 Ratios

RatioPrimary UseDesktop Cap
4:5Hero and portrait-led entries600px
3:2Secondary editorial imagesauto
1:1Product and detail images520px
16:9Wide environmental useauto

8.3 Captions

Captions sit below images, not on top of them. They are informational only and should identify, locate, or specify. Caption styling must remain readable. Do not set small informational captions in decorative-only color.

09

Layout and Composition

9.1 Composition Principle

Spacing is part of the identity. Density should not be increased simply to fit more material onscreen.

9.2 Column Logic

Desktop text should sit in a centered reading column. Visual elements may remain wider than text, but the distinction between text channel and image/structure channel must stay clear.

Recommended constraints:

  • article body: max-width: 54ch
  • blurbs: max-width: 44ch
  • guidelines text: max-width: 58ch

9.3 Spacing Discipline

Maintain a consistent scale for: page padding, horizon bar margins, shelf bar gaps, footer spacing, component padding, inter-entry rhythm. If spacing is reduced, it should be a deliberate system adjustment, not a local optimization.

Shelf bar gap8px
Mark footer margin10px
Body paragraph spacing12px (1.2em)
Entry body padding16px
Section label padding16px
Mobile page padding (--p)20px
Widget padding24px
Newsletter section padding32px
Footer padding32px
Desktop page padding (--p)40px
Horizon bar margin40px top + bottom
Hero padding48px
Between entries72px
10

Component Patterns

CSS formulas below use FSCC template conventions: --p for page padding (20px mobile, 40px desktop), .hdr for the header, .ftr for the footer. These are the class names used in production templates.

10.1 Header
Header uses compact bars, FIELD SCOUT wordmark, restrained navigation. The header spec and the implementation must match. Do not document one rule and render another.
.hdr { display: flex; align-items: center; justify-content: space-between; padding: 20px var(--p); }
.hdr__name { font-weight: 700; font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase; }
.hdr__nav a { font-family: var(--mono); font-size: 0.58rem; color: var(--ti-mid); }
10.2 Footer
Footer is the formal signature zone. It is the one place where FIELD SCOUT CYCLING CLUB should appear in full.
.ftr { padding: 32px var(--p); }
.ftr__mark { margin-bottom: 10px; }
.ftr__sub { font-size: 0.62rem; color: var(--ti-mid); }
.ftr__link { font-family: var(--mono); font-size: 0.44rem; color: var(--ti-light); }
10.3 Newsletter
Newsletter should be structurally integrated into the system, not treated as a marketing module. Use mono label, restrained input treatment, horizon-bar framing where needed.
.nl { padding: 32px var(--p); }
.nl__label { font-family: var(--mono); font-size: 0.52rem; letter-spacing: 0.12em; color: var(--ti-warm); }
.nl__input { border: none; border-bottom: 1.5px solid var(--ink); width: 240px; }
10.4 Manual Widget
The manual widget is the formal bridge into the manual. Its label remains lowercase. Its visual treatment should signal handoff without collapsing the distinction between the two brands.
.mw { margin: 0 var(--p); padding: 24px 0 0; }
.mw__label { font-family: var(--mono); font-size: 0.46rem; letter-spacing: 0.1em; color: var(--ti-warm); }
/* NO text-transform: uppercase — "the manual" stays lowercase */
10.5 Entity Cards
Entity cards surface the manual content within Field Scout. They should be clearly marked as companion-system content through label treatment, iconography, and tonal contrast.
10.6 Specs Tables
Specs tables are structured utilities. Use mono for keys, sans for values, and restrained separators.
.specs__key { font-family: var(--mono); font-size: 0.52rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ti-mid); }
.specs__val { font-size: 0.85rem; color: var(--ink); }
.specs__row { border-bottom: 1px solid rgba(15,14,12,0.06); padding: 10px 0; }
10.7 Pull Quote
DM Serif Display italic, appears once per feature page to break cadence. Full column width.
.pullquote__text { font-family: var(--serif); font-size: 1.6rem; font-style: italic;
line-height: 1.2; letter-spacing: -0.02em; color: var(--ti-dark); }
10.8 Outbound Link
Mono, uppercase, ink, bottom border, arrow. Positioned after the specs table, not after the lede.
.art__link { font-family: var(--mono); font-size: 0.52rem; letter-spacing: 0.04em;
text-transform: uppercase; border-bottom: 1.5px solid var(--ink); font-weight: 500; }
.art__link::after { content: '\2192'; font-size: 0.68rem; }
10.9 Read-Next
Read-next modules are navigational signposts, not teaser blocks. Titles are usually sufficient.
11

Social Templates

11.1 Primary Rule

Use the mark only where platform context does not already supply brand presence.

11.2 Application

SurfaceMark Use
Instagram feed postNo mark
Instagram storyMark present
Reshare / story derivativeMark present
OG cardMark present
Profile avatarFull mark variant

11.3 Social Color Rules

Social templates should remain within the core system: field, ink, photography, scrim where required. Do not introduce additional palette effects for social convenience.

12

Relationship to the manual

Field Scout and the manual should feel related at the system level and distinct at the application level.

SignalField Scoutthe manual
Roleeditorial surfaceexplanatory surface
Dividerhorizon barschevrons
Photographywarm, atmosphericneutral, functional
Titanium usemetadata warmthstructural classification
Voice posturepointsexplains
Markstepped barspennant

When the manual appears inside Field Scout, its identity should remain intact.

13

Do / Don't

Do
  • use one overlap geometry across all derived elements
  • keep serif usage limited and structurally motivated
  • let photography provide warmth
  • keep "the manual" lowercase
  • use titanium tones structurally
  • make utility text readable
  • keep documentation aligned with implementation
Don't
  • introduce alternate bar ratios
  • use cycling tropes as identity shorthand
  • add decorative gradients, shadows, or gloss
  • set small informational text in low-contrast tones
  • let formulas drift from live components
  • turn the system into a style essay
14

Documentation Standard

This document is only effective if it stays exact.

Maintain the following discipline:

  • master artwork, formulas, and implementation must match
  • token names must be consistent across documentation and code
  • component descriptions must reflect the actual rendered behavior
  • accessibility rules must match component examples
  • if a foundational rule changes, update all derived specs together
15

Working Rule

If a choice makes the system more expressive but less exact, reject it.
F S C C