/*
Theme Name: Agency Grid (Independent Creative Network Layout)
Theme URI: https://example.com
Author: Your Studio
Author URI: https://example.com
Description: A full-width, video-forward agency/portfolio theme inspired by modern independent creative network sites. Built for Elementor: hero and page content are fully editable in Elementor, while a "Work" grid and "Offices" list are powered by custom post types and shortcodes you can drop anywhere. Includes placeholder content only — replace with your own branding, copy, images and video before launch.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: agency-grid
Tags: portfolio, agency, elementor, full-width, dark, video

This theme, its code and placeholder text/graphics are original work created for you.
It does not include, embed, or copy any third-party brand names, logos, photography,
video, or copywriting. Replace all placeholder office addresses, client names and
project titles with your own before going live.
*/

/* Base resets kept minimal on purpose -- Elementor and assets/css/style.css
   (enqueued separately) hold the real design. This file only needs the
   header above to satisfy WordPress; a few safe resets below. */

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: #0b0b0c;
	color: #f5f5f0;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; }
