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

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--dl-ivory); color: var(--dl-ink); font-family: Manrope, system-ui, sans-serif; font-size: 16px; line-height: 1.75; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .2em; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4 { margin: 0 0 .6em; font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(2.125rem, 4vw, 3.5rem); }
h2 { font-size: clamp(1.85rem, 3vw, 2.75rem); }
h3 { font-size: clamp(1.4rem, 2vw, 1.8rem); }
p { margin: 0 0 1.25em; }
:focus-visible { outline: 3px solid var(--dl-lavender); outline-offset: 4px; }
.dl-container { width: min(calc(100% - 40px), var(--dl-container)); margin-inline: auto; }
.dl-section { padding-block: clamp(4rem, 8vw, 7rem); }
.prose { max-width: 780px; }
.prose--wide { max-width: 920px; }
.prose p { text-align: justify; hyphens: auto; }
.prose > *:first-child { margin-top: 0; }
.prose h2, .prose h3 { margin-top: 1.7em; }
.skip-link { position: fixed; z-index: 9999; left: 1rem; top: -5rem; padding: .75rem 1rem; background: #fff; color: #000; }
.skip-link:focus { top: 1rem; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eyebrow { margin-bottom: 1.25rem; color: var(--dl-gold); font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }

@media (max-width: 600px) {
  .dl-container { width: min(calc(100% - 32px), var(--dl-container)); }
  .prose p { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
