/*
Theme Name: KouryLab — DJ Fly Guy
Description: Site identity and presentation for Fly Guy Music Productions.
Author: KouryLab
Template: kourylab
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kourylab-djflyguy
*/

:root {
	--fly-paper: #faf9f6;
	--fly-panel: #f0f1ed;
	--fly-ink: #171717;
	--fly-muted: #66645f;
	--fly-orange: #e87900;
	--fly-line: #d9d7d1;
	--fly-wrap: min(1180px, calc(100% - 48px));
}

html { scroll-behavior: smooth; }
body { background: var(--fly-paper); color: var(--fly-ink); }
.fly-wrap { width: var(--fly-wrap); margin-inline: auto; }
.fly-header { background: var(--fly-paper); border-bottom: 1px solid var(--fly-line); position: sticky; top: 0; z-index: 20; }
.fly-header__inner { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.fly-logo { width: min(180px, 34vw); height: auto; display: block; }
.fly-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-weight: 750; }
.fly-nav a { color: var(--fly-ink); text-decoration: none; }
.fly-phone, .fly-button { border: 1px solid var(--fly-ink); color: var(--fly-ink); display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; font-weight: 800; letter-spacing: .04em; text-decoration: none; }
.fly-button--solid { background: var(--fly-ink); color: #fff; }
.fly-main { overflow: clip; }
.fly-hero { background: var(--fly-panel); padding: clamp(76px, 10vw, 150px) 0 0; }
.fly-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(44px, 8vw, 110px); align-items: center; }
.fly-eyebrow { color: var(--fly-orange); font-size: .78rem; font-weight: 850; letter-spacing: .22em; text-transform: uppercase; }
.fly-display { font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: clamp(3.7rem, 8vw, 7.8rem); font-stretch: condensed; font-weight: 900; letter-spacing: -.045em; line-height: .86; margin: 30px 0; text-transform: uppercase; }
.fly-display strong { color: var(--fly-orange); }
.fly-lead { color: var(--fly-muted); font-size: clamp(1.05rem, 1.5vw, 1.32rem); line-height: 1.65; max-width: 620px; }
.fly-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.fly-hero__card { background: var(--fly-paper); border-left: 6px solid var(--fly-orange); box-shadow: 24px 28px 0 #dbdcd8; padding: clamp(38px, 6vw, 70px); }
.fly-hero__card small { color: var(--fly-muted); display: block; font-size: .74rem; font-weight: 800; letter-spacing: .2em; line-height: 2.2; text-transform: uppercase; }
.fly-hero__card b { display: block; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(2.2rem, 4vw, 4rem); line-height: .92; margin-top: 32px; text-transform: uppercase; }
.fly-stats { border-top: 1px solid var(--fly-line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(80px, 10vw, 140px); }
.fly-stat { align-items: center; display: flex; gap: 18px; min-height: 112px; padding: 22px 7%; }
.fly-stat + .fly-stat { border-left: 1px solid var(--fly-line); }
.fly-stat b { color: var(--fly-orange); font-family: Impact, sans-serif; font-size: 2.4rem; }
.fly-stat span { color: var(--fly-muted); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.fly-section { padding: clamp(82px, 11vw, 150px) 0; }
.fly-section--ink { background: var(--fly-ink); color: #fff; }
.fly-section__head { display: grid; grid-template-columns: .4fr 1fr; gap: 40px; margin-bottom: 64px; }
.fly-section h2 { font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(3.2rem, 6.5vw, 6.8rem); letter-spacing: -.035em; line-height: .9; margin: 0; text-transform: uppercase; }
.fly-copy { color: var(--fly-muted); font-size: 1.08rem; line-height: 1.8; }
.fly-copy p { margin: 0 0 1.35em; }
.fly-events { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.fly-event { background: #fff; color: var(--fly-ink); padding: clamp(32px, 5vw, 62px); }
.fly-event__number { color: var(--fly-orange); font: 900 2rem Impact, sans-serif; }
.fly-event h3 { font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(2.4rem, 4vw, 4.8rem); line-height: .95; margin: 22px 0; text-transform: uppercase; }
.fly-event li { margin-block: .45em; }
.fly-faq details { border-top: 1px solid var(--fly-line); }
.fly-faq details:last-child { border-bottom: 1px solid var(--fly-line); }
.fly-faq summary { cursor: pointer; display: grid; grid-template-columns: 54px 1fr auto; gap: 18px; padding: 25px 0; font-weight: 850; text-transform: uppercase; }
.fly-faq summary span { color: var(--fly-orange); }
.fly-faq details p { color: var(--fly-muted); margin: 0 0 26px 72px; max-width: 780px; }
.fly-contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; }
.fly-contact__details { border-left: 1px solid var(--fly-line); padding-left: clamp(28px, 5vw, 65px); }
.fly-contact__details small { color: var(--fly-orange); display: block; font-weight: 850; letter-spacing: .16em; margin-top: 24px; text-transform: uppercase; }
.fly-contact__details a, .fly-contact__details address { color: inherit; display: block; font-size: 1.2rem; font-style: normal; margin-top: 7px; text-decoration: none; }
.fly-footer { background: #101010; color: #fff; padding: 42px 0; }
.fly-footer__inner { display: flex; justify-content: space-between; gap: 25px; align-items: center; font-size: .78rem; letter-spacing: .06em; }
.fly-footer a { color: var(--fly-orange); }

@media (max-width: 820px) {
	.fly-header__inner { min-height: 82px; flex-wrap: wrap; padding-block: 14px; }
	.fly-nav { order: 3; width: 100%; justify-content: space-between; overflow-x: auto; padding-bottom: 4px; }
	.fly-phone { display: none; }
	.fly-hero__grid, .fly-section__head, .fly-contact { grid-template-columns: 1fr; }
	.fly-hero__card { margin-right: 22px; }
	.fly-stats { grid-template-columns: 1fr; }
	.fly-stat + .fly-stat { border-left: 0; border-top: 1px solid var(--fly-line); }
	.fly-events { grid-template-columns: 1fr; }
	.fly-contact__details { border-left: 0; border-top: 1px solid var(--fly-line); padding: 30px 0 0; }
	.fly-footer__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
	:root { --fly-wrap: min(100% - 28px, 1180px); }
	.fly-display { font-size: 3.4rem; }
	.fly-nav { gap: 20px; font-size: .88rem; }
	.fly-faq summary { grid-template-columns: 36px 1fr auto; }
	.fly-faq details p { margin-left: 54px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

