:root {
  --primary: #2C8083;
  --accent: #38A59D;
  --deep: #4D6376;
  --muted: #6A7C91;
  --soft: #8EA0AF;
  --text: #24313A;
  --bg: #F7FAFA;
  --section: #F1F6F6;
  --white: #FFFFFF;
  --border: #DDE7EA;
  --font-heading: "Lora", Georgia, serif;
  --font-body: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  letter-spacing: 0;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 18px; }
h1,
.aj-hero-title,
.aj-page-title,
.aj-editorial-heading {
  font-family: var(--font-heading);
}
h1, h2, h3, button, .aj-btn, .aj-nav, .aj-card-title, .aj-label, .aj-meta {
  font-family: var(--font-body);
}
.aj-hero-title,
.aj-page-title {
  margin: 0 0 18px;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: 0;
}
h2 {
  margin: 0 0 16px;
  color: var(--deep);
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
}
h3 { margin: 0 0 10px; color: var(--deep); line-height: 1.25; letter-spacing: 0; }
.aj-container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.aj-section { padding: 84px 0; background: var(--white); }
.aj-section-soft { background: var(--section); }
.aj-section-heading { max-width: 760px; margin-bottom: 34px; }
.aj-label {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.aj-meta { color: var(--muted); font-size: 14px; }
.aj-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
