/*
Theme Name: SD & Co. Acquisitions
Theme URI: https://sdco.investments
Author: SD & Co.
Author URI: https://sdco.investments
Description: A bespoke, editorial-style WordPress theme for SD & Co. Acquisitions — a boutique lower-middle-market investment firm. "The Modern Heritage" design system.
Version: 1.0.0
License: Proprietary
Text Domain: sdco
Tags: business, private-equity, acquisitions, editorial, custom-colors, custom-menu, featured-images, full-width-template, post-thumbnails, threaded-comments
*/

/* ============================================================
   Base Overrides (Tailwind CDN handles utilities)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

body {
    background-color: #FCF9F2;
    color: #1C1C18;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Material Symbols */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

/* Typography helpers */
.text-tight  { letter-spacing: -0.02em; }
.tight-serif { font-family: 'Cormorant Garamond', serif; letter-spacing: -0.02em; }
.label-caps  { font-family: 'Inter', sans-serif; font-size: 0.75rem; font-weight: 500;
               text-transform: uppercase; letter-spacing: 0.05em; }

/* Gradient helpers */
.hero-gradient      { background: linear-gradient(135deg, #00173E 0%, #0D2B5E 100%); }
.executive-gradient { background: linear-gradient(135deg, #00173E 0%, #0D2B5E 100%); }

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #FCF9F2; }
::-webkit-scrollbar-thumb { background: #C9A84C; border-radius: 3px; }

/* Selection */
::selection { background-color: rgba(201, 168, 76, 0.3); color: #4F3D00; }

/* WordPress alignment classes */
.alignleft  { float: left; margin-right: 1.5rem; margin-bottom: 1rem; }
.alignright { float: right; margin-left: 1.5rem; margin-bottom: 1rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-bottom: 1rem; }
.alignwide  { margin-left: -2rem; margin-right: -2rem; }
.alignfull  { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); width: 100vw; }

/* WP-generated gallery */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
.gallery-item img { width: 100%; height: auto; display: block; }

/* Screen-reader text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px; width: 1px;
    overflow: hidden;
}
