* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--font-sans);
  background:
    radial-gradient(circle at top left, rgba(161, 93, 56, 0.14), transparent 26%),
    radial-gradient(circle at top right, rgba(113, 113, 88, 0.08), transparent 22%),
    linear-gradient(180deg, #f7f1e7 0%, var(--bg) 42%, #efe5d7 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(108, 90, 71, 0.045) 1px, transparent 1px);
  background-size: 100% 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 82%);
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
ul,
ol {
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

.wordmark,
.site-nav,
.eyebrow,
.panel-label,
.journey-era,
.status-pill,
.meta-key {
  font-family: var(--font-mono);
}

.section-heading h1,
.section-heading h2,
.hero-name,
.contact-section h2 {
  font-family: var(--font-serif);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.section-heading h1,
.section-heading h2,
.contact-section h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.95;
}

.section-heading p,
.hero-subheadline,
.metric-label,
.work-rows p,
.about-copy,
.journey-item p,
.working-style-card p,
.skill-card p,
.timeline-item p,
.contact-copy,
.contact-meta,
.work-card__summary,
.work-results li,
.credential-item p,
.language-item p,
.case-study-meta p,
.case-study-section p,
.case-study-list li,
.rich-copy p,
.rich-copy li,
.hero-checklist li {
  color: var(--muted);
  line-height: 1.75;
}

.eyebrow,
.panel-label,
.journey-era,
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before,
.panel-label::before,
.journey-era::before,
.status-pill::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}
