/*
Theme Name: TheNewKits Skeleton
Theme URI: https://thenewkits.com/
Author: TheNewKits
Description: Custom theme for TheNewKits — vintage football kits with a contemporary editorial design. Built section by section with scoped class prefixes.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: Proprietary
Text Domain: thenewkits
Tags: woocommerce, custom, e-commerce
*/

/* Base reset — most styles live in section-specific files under assets/css/ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #131313;
    background: #ffffff;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* Holding placeholder for pages that don't have section templates yet */
.tnk-placeholder-page {
    max-width: 800px;
    margin: 80px auto;
    padding: 0 24px;
    font-family: 'Inter', sans-serif;
}
.tnk-placeholder-page h1 {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
}
.tnk-placeholder-page .tnk-content {
    font-size: 17px;
    line-height: 1.7;
    color: #404040;
}
