/* mybesttoconnectus.pro — narrative layout, no grid */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #222;
  background-color: #f7f5f2;
  background-image:
    linear-gradient(rgba(247, 245, 242, 0.88), rgba(247, 245, 242, 0.88)),
    url("../../background_water_soft.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

a {
  color: #3a3a38;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #111;
}

.site-header {
  padding: 2.5rem 6vw 1.5rem;
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
}

.site-header nav {
  max-width: 38rem;
  margin: 0 auto;
}

.site-header nav a {
  margin-right: 1.75rem;
  text-decoration: none;
  letter-spacing: 0.02em;
  font-size: 0.95rem;
}

.site-header nav a:last-child {
  margin-right: 0;
}

main {
  max-width: 38rem;
  margin: 0 auto;
  padding: 2.5rem 6vw 4rem;
}

section {
  margin-bottom: 3.75rem;
}

section:last-of-type {
  margin-bottom: 3rem;
}

h1 {
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  font-weight: normal;
  line-height: 1.35;
  margin: 0 0 1.25rem;
  letter-spacing: -0.01em;
}

h2 {
  font-size: 1.15rem;
  font-weight: normal;
  margin: 0 0 1rem;
  letter-spacing: 0.01em;
}

p {
  margin: 0 0 1rem;
}

p:last-child {
  margin-bottom: 0;
}

.intro-lead {
  font-size: 1.02rem;
  margin-bottom: 1.15rem;
}

.reflection-lines {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reflection-lines li {
  margin-bottom: 0.85rem;
  padding-left: 0;
  text-indent: 0;
}

.reflection-lines li:last-child {
  margin-bottom: 0;
}

.contact-block {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  font-size: 0.95rem;
  line-height: 1.6;
}

.contact-block p {
  margin-bottom: 0.65rem;
}

.contact-block p:last-child {
  margin-bottom: 0;
}

.site-footer {
  padding: 2rem 6vw 3rem;
  border-top: 1px solid rgba(34, 34, 34, 0.08);
  font-size: 0.85rem;
  color: #444;
  line-height: 1.55;
}

.site-footer-inner {
  max-width: 38rem;
  margin: 0 auto;
}

.site-footer nav {
  margin-bottom: 1rem;
}

.site-footer nav a {
  margin-right: 1.25rem;
  text-decoration: none;
}

.site-footer .footer-meta {
  margin-top: 1.25rem;
}

.article-intro {
  font-style: italic;
  margin: 0 0 1.75rem;
  color: #3d3d3a;
}

article section {
  margin-bottom: 0;
}

article p {
  margin-bottom: 1.1rem;
}

.form-quiet {
  margin-top: 2rem;
  max-width: 22rem;
}

.form-quiet label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
}

.form-quiet input,
.form-quiet textarea {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.5rem 0.6rem;
  font-family: inherit;
  font-size: 0.95rem;
  border: 1px solid rgba(34, 34, 34, 0.2);
  background: rgba(255, 255, 255, 0.5);
  color: #222;
}

.form-quiet textarea {
  min-height: 6rem;
  resize: vertical;
}

.form-quiet button {
  font-family: inherit;
  font-size: 0.9rem;
  padding: 0.45rem 1rem;
  border: 1px solid rgba(34, 34, 34, 0.25);
  background: rgba(255, 255, 255, 0.4);
  color: #222;
  cursor: default;
}

.form-note {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: #555;
}

.privacy-page h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.privacy-page h2:first-of-type {
  margin-top: 1.25rem;
}

.article-index {
  margin-top: 2rem;
  font-size: 0.95rem;
}

.article-index a {
  display: block;
  margin-bottom: 0.65rem;
  text-decoration: none;
}

.article-index a:hover {
  text-decoration: underline;
}

@media (max-width: 520px) {
  body {
    background-attachment: scroll;
  }

  .site-header {
    padding-top: 1.75rem;
  }
}
