{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"settings": {
		"appearanceTools": true,
		"useRootPaddingAwareAlignments": true,
		"layout": {
			"contentSize": "720px",
			"wideSize": "1280px"
		},
		"color": {
			"defaultDuotone": false,
			"defaultGradients": false,
			"defaultPalette": false,
			"palette": [
				{ "slug": "ink",     "color": "#0a0a0a", "name": "Ink" },
				{ "slug": "paper",   "color": "#ffffff", "name": "Paper" },
				{ "slug": "subtle",  "color": "#f5f5f5", "name": "Subtle" },
				{ "slug": "muted",   "color": "#646b78", "name": "Muted" },
				{ "slug": "border",  "color": "#e5e7eb", "name": "Border" },
				{ "slug": "primary", "color": "#AA00FF", "name": "Asteris violet" },
				{ "slug": "wc",      "color": "#FF5B3F", "name": "WC orange" },
				{ "slug": "wp",      "color": "#3D5AFE", "name": "WP indigo" },
				{ "slug": "cart",    "color": "#00C853", "name": "Cart green" },
				{ "slug": "blocks",  "color": "#FFB300", "name": "Blocks amber" }
			],
			"gradients": [
				{
					"slug": "brand-quartet",
					"name": "Brand quartet",
					"gradient": "linear-gradient(135deg, #AA00FF 0%, #FF5B3F 33%, #3D5AFE 66%, #00C853 100%)"
				},
				{
					"slug": "ink-fade",
					"name": "Ink fade",
					"gradient": "linear-gradient(180deg, #0a0a0a 0%, rgba(10,10,10,0) 100%)"
				}
			]
		},
		"typography": {
			"fluid": true,
			"defaultFontSizes": false,
			"customFontSize": true,
			"fontFamilies": [
				{
					"slug": "system",
					"name": "System sans",
					"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif"
				},
				{
					"slug": "system-serif",
					"name": "System serif",
					"fontFamily": "Georgia, 'Times New Roman', Times, serif"
				},
				{
					"slug": "system-mono",
					"name": "System mono",
					"fontFamily": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace"
				}
			],
			"fontSizes": [
				{ "slug": "xs",  "name": "XS",  "size": "0.75rem" },
				{ "slug": "sm",  "name": "S",   "size": "0.875rem" },
				{ "slug": "md",  "name": "M",   "size": "1rem" },
				{ "slug": "lg",  "name": "L",   "size": "clamp(1.125rem, 1rem + 0.5vw, 1.25rem)", "fluid": { "min": "1.125rem", "max": "1.25rem" } },
				{ "slug": "xl",  "name": "XL",  "size": "clamp(1.5rem, 1.25rem + 1vw, 2rem)",     "fluid": { "min": "1.5rem", "max": "2rem" } },
				{ "slug": "2xl", "name": "2XL", "size": "clamp(2rem, 1.5rem + 2vw, 3rem)",         "fluid": { "min": "2rem", "max": "3rem" } },
				{ "slug": "3xl", "name": "3XL", "size": "clamp(2.5rem, 2rem + 2.5vw, 4rem)",       "fluid": { "min": "2.5rem", "max": "4rem" } },
				{ "slug": "4xl", "name": "4XL", "size": "clamp(3rem, 2.5rem + 3vw, 5rem)",          "fluid": { "min": "3rem", "max": "5rem" } }
			]
		},
		"spacing": {
			"defaultSpacingSizes": false,
			"units": [ "px", "em", "rem", "vh", "vw", "%" ],
			"spacingSizes": [
				{ "slug": "10", "name": "1",  "size": "0.25rem" },
				{ "slug": "20", "name": "2",  "size": "0.5rem" },
				{ "slug": "30", "name": "3",  "size": "0.75rem" },
				{ "slug": "40", "name": "4",  "size": "1rem" },
				{ "slug": "50", "name": "5",  "size": "1.5rem" },
				{ "slug": "60", "name": "6",  "size": "2rem" },
				{ "slug": "70", "name": "7",  "size": "3rem" },
				{ "slug": "80", "name": "8",  "size": "4rem" },
				{ "slug": "90", "name": "9",  "size": "6rem" },
				{ "slug": "95", "name": "10", "size": "8rem" }
			]
		},
		"border": {
			"color": true,
			"radius": true,
			"style": true,
			"width": true
		},
		"shadow": {
			"defaultPresets": false,
			"presets": [
				{ "slug": "subtle", "name": "Subtle", "shadow": "0 1px 2px rgba(10,10,10,0.06), 0 1px 3px rgba(10,10,10,0.04)" },
				{ "slug": "card",   "name": "Card",   "shadow": "0 4px 12px rgba(10,10,10,0.08)" },
				{ "slug": "lifted", "name": "Lifted", "shadow": "0 12px 32px rgba(10,10,10,0.12)" }
			]
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--paper)",
			"text": "var(--wp--preset--color--ink)"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--system)",
			"fontSize": "var(--wp--preset--font-size--md)",
			"lineHeight": "1.6"
		},
		"spacing": {
			"blockGap": "var(--wp--preset--spacing--50)",
			"padding": {
				"top":    "var(--wp--preset--spacing--40)",
				"right":  "var(--wp--preset--spacing--40)",
				"bottom": "var(--wp--preset--spacing--40)",
				"left":   "var(--wp--preset--spacing--40)"
			}
		},
		"elements": {
			"h1": { "typography": { "fontSize": "var(--wp--preset--font-size--3xl)", "fontWeight": "700", "lineHeight": "1.1", "letterSpacing": "-0.02em" } },
			"h2": { "typography": { "fontSize": "var(--wp--preset--font-size--2xl)", "fontWeight": "700", "lineHeight": "1.2", "letterSpacing": "-0.01em" } },
			"h3": { "typography": { "fontSize": "var(--wp--preset--font-size--xl)",  "fontWeight": "600", "lineHeight": "1.3" } },
			"h4": { "typography": { "fontSize": "var(--wp--preset--font-size--lg)",  "fontWeight": "600", "lineHeight": "1.4" } },
			"h5": { "typography": { "fontSize": "var(--wp--preset--font-size--md)",  "fontWeight": "600", "lineHeight": "1.4" } },
			"h6": { "typography": { "fontSize": "var(--wp--preset--font-size--sm)",  "fontWeight": "600", "lineHeight": "1.5", "textTransform": "uppercase", "letterSpacing": "0.06em" } },
			"link":   { "color": { "text": "var(--wp--preset--color--primary)" }, "typography": { "textDecoration": "underline" }, ":hover": { "typography": { "textDecoration": "none" } } },
			"button": {
				"border":     { "radius": "6px" },
				"color":      { "background": "var(--wp--preset--color--ink)", "text": "var(--wp--preset--color--paper)" },
				"spacing":    { "padding": { "top": "0.75rem", "right": "1.5rem", "bottom": "0.75rem", "left": "1.5rem" } },
				"typography": { "fontSize": "var(--wp--preset--font-size--md)", "fontWeight": "600", "textDecoration": "none" },
				":hover":     { "color": { "background": "var(--wp--preset--color--primary)" } }
			}
		},
		"blocks": {
			"core/post-title":   { "typography": { "fontSize": "var(--wp--preset--font-size--3xl)", "fontWeight": "700", "lineHeight": "1.15", "letterSpacing": "-0.02em" } },
			"core/post-content": { "spacing":    { "blockGap": "var(--wp--preset--spacing--50)" } },
			"core/site-title":   { "typography": { "fontSize": "var(--wp--preset--font-size--lg)", "fontWeight": "700", "textTransform": "uppercase", "letterSpacing": "0.08em" } },
			"core/separator":    { "color":      { "background": "var(--wp--preset--color--border)" }, "border": { "color": "var(--wp--preset--color--border)" } },
			"core/quote":        { "typography": { "fontFamily": "var(--wp--preset--font-family--system-serif)", "fontSize": "var(--wp--preset--font-size--xl)", "fontStyle": "italic", "lineHeight": "1.4" } },
			"core/code":         { "typography": { "fontFamily": "var(--wp--preset--font-family--system-mono)", "fontSize": "var(--wp--preset--font-size--sm)" }, "color": { "background": "var(--wp--preset--color--subtle)" }, "border": { "radius": "4px" }, "spacing": { "padding": { "top": "0.25rem", "right": "0.5rem", "bottom": "0.25rem", "left": "0.5rem" } } }
		}
	},
	"customTemplates": [
		{ "name": "page-wide",                 "title": "Page — Wide",          "postTypes": [ "page" ] },
		{ "name": "page-edge-to-edge",         "title": "Page — Edge-to-edge",  "postTypes": [ "page" ] },
		{ "name": "single-product-boutique",   "title": "Product — Boutique",   "postTypes": [ "product" ] },
		{ "name": "single-product-long-form",  "title": "Product — Long-form",  "postTypes": [ "product" ] },
		{ "name": "single-product-shopify",    "title": "Product — Shopify-clean", "postTypes": [ "product" ] },
		{ "name": "single-product-atelier",    "title": "Product — Atelier",    "postTypes": [ "product" ] },
		{ "name": "single-product-gallery",    "title": "Product — Gallery",    "postTypes": [ "product" ] },
		{ "name": "single-product-edge-to-edge", "title": "Product — Edge-to-edge", "postTypes": [ "product" ] },
		{ "name": "single-product-editorial",  "title": "Product — Editorial / Maker", "postTypes": [ "product" ] },
		{ "name": "single-product-lookbook",     "title": "Product — Lookbook",     "postTypes": [ "product" ] },
		{ "name": "single-product-specs",        "title": "Product — Specs",        "postTypes": [ "product" ] },
		{ "name": "single-product-subscription", "title": "Product — Subscription-style", "postTypes": [ "product" ] },
		{ "name": "single-product-configurator", "title": "Product — Configurator", "postTypes": [ "product" ] },
		{ "name": "single-product-wellness",     "title": "Product — Wellness routine", "postTypes": [ "product" ] },
		{ "name": "single-product-b2b",          "title": "Product — B2B / Wholesale",  "postTypes": [ "product" ] },
		{ "name": "single-product-tickets",      "title": "Product — Tickets / Events", "postTypes": [ "product" ] }
	],
	"templateParts": [
		{ "name": "header",           "title": "Header",            "area": "header" },
		{ "name": "header-centered",  "title": "Header — Centered", "area": "header" },
		{ "name": "header-minimal",   "title": "Header — Minimal",  "area": "header" },
		{ "name": "footer",           "title": "Footer",            "area": "footer" },
		{ "name": "footer-stacked",   "title": "Footer — Stacked",  "area": "footer" },
		{ "name": "post-meta",        "title": "Post meta",         "area": "uncategorized" },
		{ "name": "product-meta",     "title": "Product meta",      "area": "uncategorized" }
	]
}
