:root {
  --pageContainer: 1280px;
  --pagePadding: 2rem;
}

.markdown-text h1,
.markdown-text h2,
.markdown-text h3,
.markdown-text h4 {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.markdown-text h1 {
  font-size: 3rem;
  line-height: 3rem;
}

.markdown-text h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.markdown-text h3 {
  font-size: 2rem;
  line-height: 2rem;
}

.markdown-text h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.markdown-text p,
.markdown-text a,
.markdown-text ol li,
.markdown-text ul li {
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.75rem;
}

.markdown-text p {
  margin-bottom: 1.5rem;
}

.markdown-text li p {
  margin-bottom: 0.125rem;
}

.markdown-text li {
  margin-bottom: 0.25rem;
}

.markdown-text blockquote {
  font-style: italic;
  border-left: 5px solid #000000;
  padding-inline: 1rem;
  margin-inline: 0;
  margin-block: 1rem;
}

.markdown-text ul li {
  margin-inline: 1rem;
  padding-block: 0.125rem;
  list-style: disc;
}

.markdown-text ol li {
  list-style-type: decimal;
  padding-block: 0.125rem;
  margin-inline: 1rem;
}

.markdown-text a {
  color: blue;
  cursor: pointer;
}

.markdown-text sup {
  vertical-align: super;
  font-size: smaller;
}

.markdown-text sub {
  vertical-align: sub;
  font-size: smaller;
}

.markdown-text code {
  background-color: #f4f4f4;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: black;
  margin-block: 1.5rem;
}

.markdown-text table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

.markdown-text table p {
  margin-bottom: 0;
  padding-block: 0.5rem;
}

.markdown-text th,
.markdown-text td {
  border: 1px solid #f2f2f2;
  padding: 0.5rem;
}

.markdown-text table caption {
  background-color: #f2f2f2;
}

.markdown-text table thead {
  background-color: #f2f2f2;
}

.markdown-text img {
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.markdown-text hr {
  border: 0;
  border-top: 1px solid #928f8f;
  margin: 1.5rem 0;
}

.markdown-text pre {
  background-color: #f2f2f2 !important;
  color: black;
  margin-block: 1.5rem;
  padding: 1rem;
}

.header {
  padding: 1rem 1.5rem;
}
@media (min-width: 1600px) {
  .header {
    padding: 1rem 3rem;
  }
}
.header__container {
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .header__container {
    max-width: 1700px;
  }
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo-link {
  display: flex;
  align-items: center;
}
.header__logo-image {
  height: 50px;
  width: auto;
}
@media (min-width: 768px) {
  .header__logo-image {
    height: 60px;
  }
}
.header__nav-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav-link {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: opacity 0.15s ease;
}
.header__nav-link:hover {
  opacity: 0.7;
}

.footer-wrapper {
  padding: 0 2rem;
}
@media (min-width: 1600px) {
  .footer-wrapper {
    padding: 0 3rem;
  }
}

.footer {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 3rem 0;
}
@media (min-width: 1600px) {
  .footer {
    max-width: 1700px;
  }
}
@media (min-width: 640px) {
  .footer {
    grid-template-columns: 1fr 1fr;
  }
}
.footer__logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 640px) {
  .footer__logo-link {
    justify-content: flex-start;
  }
}
.footer__logo-image {
  height: 60px;
  width: auto;
}
@media (min-width: 768px) {
  .footer__logo-image {
    height: 80px;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}
@media (min-width: 640px) {
  .footer__links {
    text-align: right;
  }
}
.footer a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.footer a:hover {
  opacity: 0.7;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-copyright {
  text-align: center;
  padding: 2rem 0;
}

/* This file controls the styling in the content editor, and declares the styles added by the content editor. */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-justify {
  text-align: justify;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: Poppins, sans-serif;
}

main {
  min-height: 100vh;
  padding-block: 0;
  background: linear-gradient(135deg, #f8f4eb, #f4e4cf);
}

img {
  object-fit: cover;
}

.hero-landing {
  width: min(1200px, 92vw);
  margin: 0 auto;
  min-height: calc(100vh - clamp(4rem, 12vw, 12rem));
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .hero-landing {
    flex-direction: row;
    gap: clamp(2rem, 4vw, 6rem);
  }
}

.hero-visual {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
}
.hero-visual img {
  width: 100%;
  max-width: 350px;
  height: auto;
  max-height: 40vh;
  object-fit: contain;
}

@media (max-width: 768px) {
  .hero-visual {
    max-width: 240px;
  }
  .hero-visual img {
    max-width: 240px;
    max-height: 30vh;
  }
}
.hero-copy {
  flex: 1 1 340px;
  text-align: left;
}
.hero-copy h1 {
  font-size: clamp(2.5rem, 6vw, 4.25rem);
  margin-bottom: 1rem;
  font-weight: 700;
  color: #351c12;
  line-height: 1.1;
}
.hero-copy p {
  font-size: clamp(1rem, 2.4vw, 1.3rem);
  color: #6c4f3f;
  line-height: 1.7;
}
.hero-copy .eyebrow {
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.35em;
  color: #b0462a;
  margin-bottom: 0.75rem;
}
.hero-copy .btn {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.85rem 1.75rem;
  background: #b0462a;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(176, 70, 42, 0.25);
}
.hero-copy .btn:hover {
  background: #943b24;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(176, 70, 42, 0.35);
}

@media (max-width: 640px) {
  .hero-copy {
    text-align: center;
  }
}

/*# sourceMappingURL=main.css.map */
