Temas & VerticaisMid-Century Modern

Mat

Mat — Dark sage canvas with bone paper and burnt-orange accent; mid-century modern with wood undertones. Tipografia Bricolage Grotesque. muted sage green canvas with warm bone paper and a saturated burnt-orange accent. Ideal para design studio credentials, architecture / interior brand, ceramics or craft brand. Prompt pronto para IA generativa.

Dark sagebone paperburnt-orangemid-centurytactilecraftJostconsidered

Uso: Credenciais de estúdio, architecture / interior brand, ceramics or craft brand, furniture pitch, Entregável consultivo, Deck bilíngue EN/CN

Mat

Contexto Histórico

Mid-century modern revisitado — sálvia escura, papel bone e terracota. Referências: estúdios de cerâmica, interiores de arquitetura e identidade de marcas craft dos anos 2020.

Quando Usar

Use Mat quando a marca faz algo à mão — ou quer parecer que faz. Fermentos naturais, skincare de pequeno lote, cerâmica torneada, single-origin de qualquer coisa. Funciona quando a vantagem competitiva do cliente é ofício e procedência, não escala. Evite para qualquer coisa que precisa parecer rápida, digital-native ou de massa. Mat é lento de propósito. Recompensa quem demora o olhar.

Princípios de Design

  • Textura sobre flatness — toda superfície deve sugerir peso material e presença física
  • Laranja-queimado entra apenas em pontos de ação ou ênfase; ganha seu calor pela escassez
  • Tipografia senta pesada sobre fundos osso como tinta pressionada em papel macio — x-height generoso, tracking apertado
  • Espaço negativo funciona como respiro, não vazio — o layout deve parecer sem pressa e deliberado
  • Transições de cor nunca são gradiente-suaves; permita bordas duras onde sage encontra osso, honrando o feito-à-mão

DESIGN.md

---
version: "alpha"
name: "Mat"
description: "Mat — Dark sage canvas with bone paper and burnt-orange accent; mid-century modern with wood undertones. Tipografia Bricolage Grotesque. muted sage green canvas with warm bone paper and a saturated burnt-orange accent. Ideal para design studio credentials, architecture / interior brand, ceramics or craft brand. Prompt pronto para IA generativa."
colors:
  primary: "#232e26"
  secondary: "#2e3d30"
  tertiary: "#f0e8d2"
  neutral: "#c07030"
  surface: "#ede6d0"
  accent: "#7a4e24"
typography:
  h1:
    fontFamily: Jost
    fontSize: 2.5rem
    fontWeight: 700
  body-md:
    fontFamily: Jost
    fontSize: 1rem
    fontWeight: 400
spacing:
  sm: 1.5rem
  md: 3.0rem
  lg: 6.0rem
components:
  button-primary:
    backgroundColor: "{colors.primary}"
    textColor: "{colors.neutral}"
    padding: 12px
---

## Overview

Mat — Dark sage canvas with bone paper and burnt-orange accent; mid-century modern with wood undertones. Tipografia Bricolage Grotesque. muted sage green canvas with warm bone paper and a saturated burnt-orange accent. Ideal para design studio credentials, architecture / interior brand, ceramics or craft brand. Prompt pronto para IA generativa.

- Density: 5/10 — Balanced
- Variance: 5/10 — Moderate
- Motion: 2/10 — Minimal

- **Style:** Mid-Century Modern, Tactile, Warm-Analog, Craft
- **Keywords:** Dark sage, bone paper, burnt-orange, mid-century, tactile, craft, Jost, considered
- **Era:** Mid-Century Modern
- **Light/Dark:** ✓ Full / ◐ Partial

## Colors

- **Bg** (#232e26) — Primary surface or dominant color
- **Bg Alt** (#2e3d30) — Accent highlight, links and focus states
- **Fg** (#f0e8d2) — Secondary accent
- **Accent** (#c07030) — Accent color, emphasis elements
- **Bg Light** (#ede6d0) — Extended palette, decorative use
- **Wood** (#7a4e24) — Background alternate

## Typography

- **Display / Hero:** Bricolage Grotesque — Weight 700, tight tracking, used for headline impact
- **Body:** DM Sans — Weight 400, 16px/1.6 line-height, max 72ch per line
- **UI Labels / Captions:** DM Sans — 0.875rem, weight 500, slight letter-spacing
- **Monospace:** DM Mono — Used for code, metadata, and technical values

Scale:
- Hero: clamp(2.5rem, 5vw, 4rem)
- H1: 2.25rem
- H2: 1.5rem
- Body: 1rem / 1.6
- Small: 0.875rem

## Layout

- **Grid:** CSS Grid primary. Max-width containment: 1280px centered with 1.5rem side padding.
- **Spacing rhythm:** Balanced. Base unit: 0.5rem (8px).
- **Section vertical gaps:** clamp(4rem, 8vw, 8rem).
- **Hero layout:** Split-screen (text left, visual right).
- **Feature sections:** Zig-zag alternating text+image rows. No 3-equal-columns.
- **Mobile collapse:** All multi-column layouts collapse below 768px. No horizontal overflow.
- **z-index contract:** base (0) / sticky-nav (100) / overlay (200) / modal (300) / toast (500).

## Elevation & Depth

display font Bricolage Grotesque for hero headlines, smooth hover transitions (200-250ms), subtle lift shadows, alternating light/dark sections for rhythm, dark sage canvas, bone paper cards, burnt-orange rule accents

- **Physics:** Ease-out curves, 200-300ms duration. Smooth and predictable.
- **Entry animations:** Fade + translate-Y (16px → 0) over 420ms ease-out. Staggered cascades for lists: 80ms between items.
- **Hover states:** Subtle color shift + shadow adjustment over 200ms.
- **Page transitions:** Fade only (200ms).
- **Performance:** Only transform and opacity animated. No layout-triggering properties.

## Shapes

Base corner radius: 4px. See rounded tokens in front matter for the full scale.

## Components

- **Primary Button:** 4px border-radius. Accent color fill. Hover: 8% darken + subtle lift shadow. Active: -1px translate tactile press. Font weight 600. No outer glows.
- **Secondary / Ghost Button:** Outline variant. 1.5px border in muted color. Text in primary color. Hover: subtle background fill.
- **Cards:** 4px corners. Surface background. Subtle shadow (0 2px 12px rgba(0,0,0,0.06)). 1px border stroke.
- **Inputs:** Label above input. 1px border stroke. Focus ring: 2px accent color offset 2px. Error text below in semantic red. No floating labels.
- **Navigation:** Primary surface background. Active item: accent color indicator. Font weight 500 when active.
- **Skeletons:** Shimmer animation matching component dimensions. No circular spinners.
- **Empty States:** Icon-based composition with descriptive text and action button.

## Do's and Don'ts

- No emojis in UI — use icon system only (Lucide, Heroicons)
- No pure black (#000000) — use off-black or charcoal variants
- No oversaturated accent colors (saturation cap: 80%)
- No 3-column equal-width feature layouts — use zig-zag or asymmetric grid
- No `h-screen` — use `min-h-[100dvh]`
- No AI copywriting clichés: "Elevate", "Seamless", "Unleash", "Next-Gen"
- No broken external image links — use picsum.photos or inline SVG
- No generic lorem ipsum in demos

- Do Bricolage Grotesque display font loaded via Google Fonts
- Do Color palette variables applied consistently
- Do Typography scale: hero clamp(2.5rem,5vw,4rem)
- Do H1 2.25rem
- Do body 1rem/1.6
- Do WCAG AA contrast ratio verified (4.5:1 body text)
- Do Serif typography hierarchy clear (display vs body)
- Do Mobile responsive layout (stack below 768px)

## Use Case

Credenciais de estúdio, architecture / interior brand, ceramics or craft brand, furniture pitch, Entregável consultivo, Deck bilíngue EN/CN
Baixar DESIGN.md

Especificações Técnicas

CSS

font-family: 'Jost', sans-serif; background: #4A5A4A; color: #F0EAD0; --accent: #C4603C; border: 1px solid rgba(196,96,60,0.3)

Variáveis

--bg: #232e26, --fg: #f0e8d2, --accent: #c07030, --font-display: 'Bricolage Grotesque', --font-body: 'DM Sans', --radius: 4px, --spacing: 1.5rem

Checklist

☐ Bricolage Grotesque display font loaded via Google Fonts, ☐ Color palette variables applied consistently, ☐ Typography scale: hero clamp(2.5rem,5vw,4rem), H1 2.25rem, body 1rem/1.6, ☐ WCAG AA contrast ratio verified (4.5:1 body text), ☐ Serif typography hierarchy clear (display vs body), ☐ Mobile responsive layout (stack below 768px)

Cores

Primárias

#232e26
#2e3d30
#f0e8d2

Secundárias

#c07030
#ede6d0
#7a4e24

Efeitos

display font Bricolage Grotesque for hero headlines, smooth hover transitions (200-250ms), subtle lift shadows, alternating light/dark sections for rhythm, dark sage canvas, bone paper cards, burnt-orange rule accents

Light/Dark

✓ Full / ◐ Partial

Prompt para AI

Atue como um Engenheiro Frontend Sênior e UI Designer Especialista.
Sua tarefa é codificar uma Landing Page completa na primeira tentativa.
- Tema da Landing Page: <INSIRA O TEMA>
- Seções a adicionar: <INSIRA AS SEÇÕES>

Gere o código final imediatamente seguindo estas definições:

## Estilo

- **Nome:** Mat
- **Tipo:** Mid-Century Modern, Tactile, Warm-Analog, Craft
- **Keywords:** Dark sage, bone paper, burnt-orange, mid-century, tactile, craft, Jost, considered
- **Era:** Mid-Century Modern
- **Light/Dark:** ✓ Full / ◐ Partial

## Paleta de Cores

- **Primárias:** Bg #232e26, Bg Alt #2e3d30, Fg #f0e8d2
- **Secundárias:** Accent #c07030, Bg Light #ede6d0, Wood #7a4e24

## Efeitos Visuais

display font Bricolage Grotesque for hero headlines, smooth hover transitions (200-250ms), subtle lift shadows, alternating light/dark sections for rhythm, dark sage canvas, bone paper cards, burnt-orange rule accents

## Direção Visual para IA

Design a mid-century modern tactile layout. Use: dark sage canvas (#4A5A4A), bone paper cards (#F0EAD0), burnt-orange accent (#C4603C), Jost sans-serif, 1px border rgba(orange, 0.3). Warm, design-led, intentional analog feel.

## CSS Technical

```css
font-family: 'Jost', sans-serif; background: #4A5A4A; color: #F0EAD0; --accent: #C4603C; border: 1px solid rgba(196,96,60,0.3)
```

## Design System Variables

```css
--bg: #232e26, --fg: #f0e8d2, --accent: #c07030, --font-display: 'Bricolage Grotesque', --font-body: 'DM Sans', --radius: 4px, --spacing: 1.5rem
```

## Checklist de Implementação

- ☐ Bricolage Grotesque display font loaded via Google Fonts
- ☐ Color palette variables applied consistently
- ☐ Typography scale: hero clamp(2.5rem,5vw,4rem)
- H1 2.25rem
- body 1rem/1.6
- ☐ WCAG AA contrast ratio verified (4.5:1 body text)
- ☐ Serif typography hierarchy clear (display vs body)
- ☐ Mobile responsive layout (stack below 768px)

## Regras de Execução

1. Siga fielmente o estilo visual determinado.
2. Use ícones SVG inline de alta qualidade (estilo Heroicons ou Lucide) — PROIBIDO usar emojis como ícones.
3. Adicione `cursor-pointer` e estados de `hover` suaves (transition-all) em todos os elementos interativos.
4. Estrutura Obrigatória da Página:
   - Navbar (Logo + Links + CTA)
   - Hero Section (Headline impactante + Subtitle + 2 botões + Elemento visual 3D/Abstrato via CSS)
   - Features (3 cards com ícones)
   - Testimonials (3 cards)
   - Pricing (3 tiers, destaque no central)
   - CTA Final
   - Footer completo com redes sociais, política de privacidade, termos de uso, contato e links SEO.
5. Todo o conteúdo textual deve ser em Português Brasileiro (PT-BR).
6. O visual deve ser CLARAMENTE distinto — não crie um design "padrão Bootstrap". Force o uso das variáveis de design system fornecidas.
7. Use tags `<style>` no head para classes personalizadas (especialmente para os efeitos complexos de backdrop-filter e animações) que o Tailwind via CDN não cobrir.
8. Responsividade Total: O layout deve se adaptar perfeitamente a Mobile, Tablet e Desktop (Stack vertical no mobile).
9. Inclua meta tags básicas de SEO, Viewport e Open Graph no `<head>`.
10. Footer deve conter: Copyright 2026, Links de navegação secundária e Ícones de redes sociais.
11. Assuma as decisões criativas necessárias para entregar o resultado completo e funcional agora.

Relacionados

Última sincronização: 06/05/2026