/*
Theme Name: McIntosh & Co Premium
Theme URI: https://mcintoshandco.com.au/
Author: McIntosh & Co
Author URI: https://mcintoshandco.com.au/
Description: A complete premium WordPress theme for the McIntosh & Co live music duo, with a Mux showreel, professional PDF one-sheets and Elementor compatibility.
Version: 1.1.0
Requires at least: 6.8
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mcintosh-co-premium
Tags: custom-logo, custom-menu, featured-images, full-width-template, block-styles, wide-blocks
*/

:root {
	--mc-theme-ink: #111817;
	--mc-theme-ivory: #f4eee5;
	--mc-theme-rose: #cb96b0;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--mc-theme-ivory);
	color: var(--mc-theme-ink);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .mc-site-header {
	top: 32px;
}

.mc-basic-header {
	padding: 22px max(24px, calc((100vw - 1200px) / 2));
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	background: var(--mc-theme-ink);
	color: var(--mc-theme-ivory);
}

.mc-basic-header img {
	display: block;
	width: min(280px, 58vw);
	height: auto;
}

.mc-basic-header a {
	color: inherit;
	text-decoration: none;
}

.mc-basic-header .mc-basic-enquire {
	padding: 12px 18px;
	border: 1px solid rgba(244, 238, 229, 0.5);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mc-content-shell {
	width: min(calc(100% - 48px), 960px);
	min-height: 55vh;
	margin: 0 auto;
	padding: 80px 0;
}

.mc-content-shell h1 {
	margin: 0 0 34px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 7vw, 88px);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.mc-content-shell,
.mc-content-shell p {
	font-size: 17px;
	line-height: 1.75;
}

.mc-basic-footer {
	padding: 28px max(24px, calc((100vw - 1200px) / 2));
	display: flex;
	justify-content: space-between;
	gap: 24px;
	background: var(--mc-theme-ink);
	color: rgba(244, 238, 229, 0.7);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 782px) {
	body.admin-bar .mc-site-header {
		top: 46px;
	}

	.mc-basic-footer {
		flex-direction: column;
	}
}
