/* Ivory Ridge Custom Home Builder — shared Cloud Link article stylesheet */

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: #232120;
  background: #fbfaf8;
  line-height: 1.7;
}

.site-strip {
  background: #1f2a24;
  color: #e7e2d8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  padding: 10px 20px;
  text-align: center;
}

.site-strip a {
  color: #cbb98a;
  text-decoration: none;
  border-bottom: 1px solid rgba(203,185,138,0.5);
}

.site-strip a:hover { border-bottom-color: #cbb98a; }

main {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 24px 60px;
}

.kicker {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: #7a6a3f;
  margin: 0 0 10px;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.25;
  margin: 0 0 14px;
  color: #1a1a1a;
}

.byline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  color: #6b6b6b;
  margin: 0 0 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3ddd0;
}

.feature-image {
  width: 100%;
  height: auto;
  border-radius: 3px;
  display: block;
}

figure { margin: 0 0 6px; }

figcaption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  color: #8a8a8a;
  margin: 8px 0 30px;
}

.toc {
  background: #f1efe7;
  border: 1px solid #e3ddd0;
  border-radius: 4px;
  padding: 18px 22px;
  margin: 0 0 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
}

.toc p {
  margin: 0 0 8px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.75rem;
  color: #7a6a3f;
}

.toc ol { margin: 0; padding-left: 20px; }
.toc a { color: #2c3b31; text-decoration: none; }
.toc a:hover { text-decoration: underline; }

h2 {
  font-size: 1.4rem;
  margin: 40px 0 14px;
  color: #1a1a1a;
  scroll-margin-top: 20px;
}

p { margin: 0 0 18px; font-size: 1.05rem; }

ul, ol { margin: 0 0 20px; padding-left: 24px; }
li { margin-bottom: 8px; font-size: 1.02rem; }

a.inline-link {
  color: #6b4f1d;
  text-decoration: underline;
}

.map-block {
  margin: 44px 0 20px;
  border: 1px solid #e3ddd0;
  border-radius: 4px;
  overflow: hidden;
}

.map-block iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

.map-caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  padding: 12px 16px;
  background: #f1efe7;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  justify-content: space-between;
}

.map-caption a { color: #6b4f1d; }

.closing-note {
  margin-top: 36px;
  padding: 18px 20px;
  background: #f1efe7;
  border-left: 3px solid #7a6a3f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  color: #4a4a4a;
}

footer.site-footer {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  color: #9a9a9a;
  padding: 24px;
  border-top: 1px solid #e3ddd0;
}

@media (max-width: 600px) {
  h1 { font-size: 1.6rem; }
  main { padding: 28px 16px 44px; }
}
