@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Manrope:wght@300;400;500;600;700&display=swap');

/* ==========================================================================
   Base & Hierarchy Typography
   ========================================================================== */
body, button, input, select, textarea {
  font-family: var(--po-font-sans);
  font-size: 1.0625rem;
  line-height: 1.68;
  color: var(--po-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.po-display-hero,
.po-display-title,
.po-serif {
  font-family: var(--po-font-serif);
  font-weight: 400;
  color: var(--po-charcoal);
  letter-spacing: -0.015em;
  margin-top: 0;
  margin-bottom: 0.6em;
}

h1, .po-display-hero {
  font-size: clamp(2.85rem, 6.5vw, 5.75rem);
  line-height: 1.08;
  font-weight: 300;
}

h2, .po-display-title {
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  line-height: 1.15;
}

h3 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.22;
}

h4 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.3;
}

p {
  margin-top: 0;
  margin-bottom: 1.25em;
}

.po-lead {
  font-size: clamp(1.125rem, 1.5vw, 1.375rem);
  line-height: 1.6;
  color: var(--po-body);
}

/* ==========================================================================
   Micro-labels & Eyebrows
   ========================================================================== */
.po-eyebrow,
.po-micro-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--po-font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--po-champagne-dark);
  margin-bottom: 1.25rem;
}

.po-eyebrow--white {
  color: var(--po-champagne);
}

.po-label-divider {
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: var(--po-champagne);
  vertical-align: middle;
}
