

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
  font-size: clamp(1rem, 0.94rem + 0.3vw, 1.125rem);
  line-height: 1.6;
  color: #2A1206;
  background: #FBF1E7;
  padding-bottom: clamp(5.5rem, 12vw, 7rem);
}

h1 {
  font-family: Georgia, "Iowan Old Style", serif;
  font-size: clamp(2rem, 5.4vw, 3rem);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.01em;
}

h2 {
  font-family: Georgia, "Iowan Old Style", serif;
  font-size: clamp(1.7rem, 4.4vw, 2.5rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}

h3 {
  font-family: Georgia, "Iowan Old Style", serif;
  font-size: clamp(1.15rem, 2.4vw, 1.375rem);
  font-weight: 400;
  line-height: 1.3;
}

p {
  font-size: clamp(1.02rem, 1.9vw, 1.25rem);
  line-height: 1.8;
  margin-bottom: 2rem;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #8C3617;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

ul,
ol {
  padding-left: 1.4rem;
}

li {
  line-height: 1.75;
  margin-bottom: 0.6rem;
}

strong {
  font-weight: 700;
}



.flexRow { display: flex; flex-wrap: wrap; }
.flexCol { display: flex; flex-direction: column; }
.itemsCenter { align-items: center; }
.itemsStart { align-items: flex-start; }
.justifyBetween { justify-content: space-between; }
.gapXs { gap: 0.5rem; }
.gapSm { gap: 0.75rem; }
.gapMd { gap: 1.5rem; }
.gapLg { gap: clamp(1.5rem, 4vw, 3rem); }
.textCenter { text-align: center; }
.textAccent { color: #8C3617; }
.textDeep { color: #7A2E12; }
.textNavy { color: #16305C; }
.textMuted { color: #5A4436; }
.textCream { color: #F6E3D0; }
.textSand { color: #C9A98D; }
.fontMono { font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace; }
.blockEl { display: block; }
.gridAuto { display: grid; }
.bgCream { background: #FBF1E7; }
.measure { max-width: 62ch; }
.textInk { color: #2A1206; }
.textSm { font-size: clamp(0.86rem, 1.5vw, 0.95rem); line-height: 1.65; }
.textLead { font-size: clamp(1.1rem, 2.4vw, 1.35rem); line-height: 1.7; }
.capsLabel { text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.76rem; font-weight: 700; }
.noMargin { margin-bottom: 0; }
.stackSm { margin-bottom: 0.75rem; }
.stackMd { margin-bottom: 1.5rem; }
.stackLg { margin-bottom: 2.5rem; }
.listPlain { list-style: none; padding-left: 0; }
.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
