/*
Theme Name: Azerbaycan Royale
Theme URI: https://azerbaycan-royale.com/
Author: Royale Editorial
Description: Premium Azerbaijani Royale guide with a Baku-led visual identity.
Version: 1.0.0
Text Domain: azerbaycan-royale
*/

:root {
	--ink: #07111f;
	--navy: #0b1d34;
	--paper: #f3efe5;
	--gold: #d59a3a;
	--gold-bright: #f3bd5b;
	--cyan: #4fc4cb;
	--muted: #aeb9c6;
	--line: rgba(243,239,229,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--ink);
	color: var(--paper);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.65;
}
a { color: inherit; }
.site-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	border-bottom: 1px solid var(--line);
	background: rgba(7,17,31,.9);
	backdrop-filter: blur(18px);
}
.header-row { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { margin-right: auto; text-decoration: none; display: flex; align-items: center; gap: 12px; }
.brand-mark {
	display: grid;
	place-items: center;
	width: 42px;
	aspect-ratio: 1;
	border: 1px solid var(--gold);
	font: 700 24px Georgia, serif;
	color: var(--gold-bright);
}
.brand-copy strong { display: block; font: 700 21px Georgia, serif; }
.brand-copy small { display: block; color: var(--muted); letter-spacing: .18em; text-transform: uppercase; font-size: 10px; }
.site-nav { display: flex; gap: 24px; font-size: 14px; font-weight: 650; }
.site-nav a { text-decoration: none; color: #d8e0e7; }
.site-nav a:hover { color: var(--gold-bright); }
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 999px;
	background: var(--gold-bright);
	color: #171006;
	text-decoration: none;
	font-weight: 800;
}
.button.secondary { border: 1px solid rgba(243,239,229,.35); background: rgba(7,17,31,.22); color: var(--paper); }
.hero {
	position: relative;
	isolation: isolate;
	min-height: 760px;
	display: grid;
	align-items: center;
	overflow: hidden;
}
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background: url("assets/azerbaycan-royale-hero.webp") 64% center / cover no-repeat;
}
.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(7,17,31,.99) 0%, rgba(7,17,31,.91) 42%, rgba(7,17,31,.38) 70%, rgba(7,17,31,.12) 100%);
}
.hero-content { max-width: 660px; padding-block: 96px; }
.eyebrow { margin: 0 0 18px; color: var(--gold-bright); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; line-height: 1.04; text-wrap: balance; }
h1 { margin: 0; font-size: clamp(48px, 7vw, 86px); letter-spacing: -.045em; }
.hero-lede { max-width: 620px; margin: 26px 0 0; color: #d4dce4; font-size: clamp(17px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.facts { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 54px; background: var(--line); border: 1px solid var(--line); }
.fact { padding: 18px; background: rgba(7,17,31,.7); }
.fact strong { display: block; color: var(--gold-bright); font-size: 19px; }
.fact span { color: var(--muted); font-size: 12px; }
.section { padding: 96px 0; }
.section.light { background: var(--paper); color: #17202a; }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: end; margin-bottom: 42px; }
.section h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); letter-spacing: -.035em; }
.section-head p { margin: 0; color: #57616b; font-size: 18px; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.card { min-height: 230px; padding: 30px; border: 1px solid rgba(7,17,31,.14); background: #fffaf0; }
.card-num { color: #9b6a1f; font: 800 13px/1 monospace; letter-spacing: .14em; }
.card h3 { margin: 56px 0 10px; font: 700 24px/1.15 Georgia,serif; }
.card p { margin: 0; color: #5d6670; }
.trust-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; }
.panel { padding: 36px; border: 1px solid var(--line); background: var(--navy); }
.panel h3 { margin-top: 0; color: var(--gold-bright); font: 700 28px Georgia,serif; }
.checklist { margin: 0; padding: 0; list-style: none; }
.checklist li { padding: 14px 0 14px 30px; border-bottom: 1px solid var(--line); position: relative; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan); font-weight: 900; }
.site-footer { padding: 34px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-row { display: flex; justify-content: space-between; gap: 28px; }

@media (max-width: 820px) {
	.site-nav { display: none; }
	.header-row > .button { padding-inline: 16px; }
	.hero { min-height: auto; padding-bottom: 310px; align-items: start; }
	.hero::before { background-position: 68% bottom; }
	.hero::after { background: linear-gradient(180deg, rgba(7,17,31,.99) 0%, rgba(7,17,31,.96) 54%, rgba(7,17,31,.2) 82%, rgba(7,17,31,.06) 100%); }
	.hero-content { padding-block: 74px 30px; }
	.facts { grid-template-columns: repeat(2,1fr); }
	.section-head, .trust-grid { grid-template-columns: 1fr; }
	.cards { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
	.site-shell { width: min(100% - 28px, 1180px); }
	.brand-copy small { display: none; }
	.header-row > .button { display: none; }
	.hero { padding-bottom: 250px; }
	.facts { margin-top: 38px; }
	.fact { padding: 14px; }
	.section { padding: 70px 0; }
	.footer-row { display: block; }
}
