.shipping-page { padding-bottom: 80px; }

.shipping-hero {
  text-align: center;
  padding: 52px 20px 40px;
}
.shipping-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin: 0 0 12px;
  opacity: 0.85;
}
.shipping-hero h1 { margin: 0; }

.shipping-main {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.shipping-section h2 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}
.shipping-section p {
  margin: 0;
  color: var(--ink);
  line-height: 1.7;
}
.shipping-section a {
  color: var(--olive);
  text-underline-offset: 3px;
}
.shipping-section a:hover { color: var(--terracotta); }
