/*
Theme Name: Campus Kolding
Theme URI: https://mindthemedia.dk
Author: Mindthemedia®
Author URI: https://mindthemedia.dk
Description: Custom theme for Campus Kolding. Migrated from Contentful; all content is managed through a single ACF Page Builder (Gutenberg disabled).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: campuskolding
*/

/* --- Minimal base — extend or replace with your build pipeline --- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#1a1a1a}
img,video{max-width:100%;height:auto;display:block}
a{color:inherit}
.site-main{display:block}
.section{padding:3rem 1.5rem}
.section__inner,.banner__inner{max-width:1200px;margin-inline:auto}
.btn{display:inline-block;padding:.75rem 1.25rem;border-radius:999px;background:#1a1a1a;color:#fff;text-decoration:none}
.site-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}
.site-brand{font-weight:700;text-decoration:none}
.primary-menu ul{list-style:none;display:flex;gap:1.25rem;margin:0;padding:0}
.site-footer{display:grid;gap:1.5rem;padding:3rem 1.5rem;background:#f4f4f4}
