/* Eleventy dumpster stack styles */
:root {
  --sky: #2a7fc1;
  --deepsky: #155a91;
  --coral: #f26b5b;
  --cream: #fdf8ef;
  --ink: #2b2f33;
  --sand: #e9e0cd;
  --white: #ffffff;
  --gutter: 1.25rem;
  --page-max: 62rem;
  --radius: 10px;
}
* { margin: 0; padding: 0; }
body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
}
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 700; line-height: 1.2; color: var(--deepsky); }
h1 { font-size: 2.1rem; margin-bottom: .7rem; }
h2 { font-size: 1.45rem; margin: 1.8rem 0 .6rem; }
h3 { font-size: 1.1rem; margin: 1.1rem 0 .35rem; }
p { margin-bottom: .85rem; }
a { color: var(--sky); }
main { display: block; }

.skyband { text-align: center; padding: 1rem var(--gutter) 0; background: var(--white); border-bottom: 3px solid var(--sky); }
.birdmark { display: inline-flex; align-items: center; gap: .5rem; text-decoration: none; color: var(--deepsky); font-family: Georgia, serif; font-size: 1.5rem; font-weight: 700; }
.skyband-line { font-size: .8rem; color: #6d747b; margin: .2rem 0 .6rem; }
.skyband-line a { color: var(--coral); font-weight: 700; text-decoration: none; }
.birdnav { display: flex; justify-content: center; flex-wrap: wrap; gap: .2rem .9rem; padding-bottom: .8rem; }
.birdnav a { text-decoration: none; color: var(--ink); font-size: .88rem; padding: .25rem .3rem; }
.birdnav a:hover { color: var(--sky); text-decoration: underline; }
.nest-btn { background: var(--coral); color: var(--white) !important; border-radius: 999px; padding: .25rem .95rem !important; font-weight: 700; }

.heronest { max-width: var(--page-max); margin: 0 auto; padding: 2.6rem var(--gutter); display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: start; }
.heronest-words p.lede { font-size: 1.08rem; color: #494f55; }
.quotebox { background: var(--white); border: 2px solid var(--sky); border-radius: var(--radius); padding: 1.2rem 1.3rem; box-shadow: 4px 4px 0 var(--sand); }
.quotebox h2 { margin-top: 0; font-size: 1.2rem; }
.quotebox label { display: block; font-size: .82rem; font-weight: 700; margin-top: .7rem; }
.quotebox input, .quotebox select, .quotebox textarea { width: 100%; box-sizing: border-box; padding: .5rem; border: 1px solid var(--sand); border-radius: 6px; font: inherit; margin-top: .2rem; background: var(--cream); }
.quotebox button { margin-top: 1rem; width: 100%; background: var(--coral); color: var(--white); border: 0; border-radius: 999px; padding: .7rem; font-size: 1rem; font-weight: 700; cursor: pointer; }
.quotebox button:hover { background: #d95545; }

.meadow { max-width: var(--page-max); margin: 0 auto; padding: 1.2rem var(--gutter) 2.4rem; }
.meadow-blue { background: var(--deepsky); color: #e8f0f7; }
.meadow-blue h2 { color: var(--white); }
.meadow-blue a { color: #a8d4f5; }
.meadow-blue-inner { max-width: var(--page-max); margin: 0 auto; padding: 2rem var(--gutter); }

.trio { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.1rem; margin: 1rem 0; }
.softcard { background: var(--white); border-radius: var(--radius); padding: 1.1rem 1.2rem; border: 1px solid var(--sand); }
.softcard h2, .softcard h3 { margin-top: 0; font-size: 1.05rem; }
.softcard h2 a, .softcard h3 a { text-decoration: none; }
.softcard .zips { font-size: .78rem; color: #8a9097; }

.sizechart { width: 100%; border-collapse: collapse; margin: 1rem 0; background: var(--white); border-radius: var(--radius); overflow: hidden; }
.sizechart th { background: var(--sky); color: var(--white); padding: .6rem .7rem; text-align: left; font-size: .84rem; }
.sizechart td { padding: .6rem .7rem; border-top: 1px solid var(--sand); font-size: .9rem; vertical-align: top; }
.sizechart .from { color: var(--coral); font-weight: 700; white-space: nowrap; }

.qa-roll details { background: var(--white); border: 1px solid var(--sand); border-radius: var(--radius); margin-bottom: .7rem; padding: .8rem 1rem; }
.qa-roll summary { font-weight: 700; cursor: pointer; color: var(--deepsky); }
.qa-roll p { margin: .6rem 0 0; }

.notecard { border-left: 4px solid var(--coral); background: var(--white); padding: 1rem 1.2rem; border-radius: 0 var(--radius) var(--radius) 0; margin-bottom: 1rem; }
.notecard .when { font-size: .78rem; color: #8a9097; }

.prose { max-width: 44rem; }
.crumbline { font-size: .8rem; color: #8a9097; margin-bottom: 1rem; }
.crumbline a { color: #8a9097; }

.footroots { background: #22303c; color: #b9c4cd; padding: 2.2rem var(--gutter) 4.5rem; margin-top: 2rem; }
.footroots a { color: #b9c4cd; }
.footroots-grid { max-width: var(--page-max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1.6rem; font-size: .86rem; }
.footroots-name { font-family: Georgia, serif; font-size: 1.15rem; color: var(--white); }
.footroots-head { font-weight: 700; color: var(--white); margin-bottom: .4rem; }
.footroots-legal { max-width: var(--page-max); margin: 1.6rem auto 0; border-top: 1px solid #3a4a58; padding-top: .8rem; font-size: .78rem; }

.callbar { display: none; }

@media (max-width: 760px) {
  .heronest { grid-template-columns: 1fr; }
  h1 { font-size: 1.6rem; }
  .callbar { display: block; position: fixed; left: 0; right: 0; bottom: 0; background: var(--coral); text-align: center; padding: .75rem; }
  .callbar a { color: var(--white); font-weight: 700; text-decoration: none; font-size: 1.05rem; }
}
.hero-img { display: block; width: 100%; max-height: 420px; object-fit: cover; }
.page-img { display: block; width: 100%; max-height: 360px; object-fit: cover; border-radius: var(--radius); margin: 0 0 1.2rem; }
.card-img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius); margin-bottom: .8rem; }
.birdmark img { height: 34px; width: auto; }
