/*
Theme Name: Air Macau LP
Author: Local Development
Description: Minimal starter theme for the Macau airline landing page workspace.
Version: 0.1.0
Requires at least: 7.0
Requires PHP: 7.4
Text Domain: airmacau-lp
*/

:root {
  --color-bg: #f7f5f0;
  --color-text: #1d2430;
  --color-accent: #b4232a;
  --color-gold: #b88945;
  --space-page: clamp(24px, 5vw, 72px);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: "Yu Mincho", "YuMincho", serif;
  font-feature-settings: "palt";
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-shell {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.site-header,
.site-footer {
  padding: 20px var(--space-page);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(29, 36, 48, 0.1);
}

.site-brand {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.site-main {
  display: grid;
  align-items: center;
  padding: var(--space-page);
}

.hero {
  max-width: 760px;
}

.hero__eyebrow {
  margin: 0 0 12px;
  color: var(--color-accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero p {
  max-width: 560px;
  margin: 24px 0 0;
  font-size: clamp(16px, 2vw, 20px);
}

.site-footer {
  color: rgba(29, 36, 48, 0.72);
  font-size: 14px;
}
