/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.65 "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1E3530;
  background-color: #FDF4E7;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2D6B5E;
  text-decoration: none;
}
a:visited {
  color: rgb(8.7654798762%, 20.8423632611%, 18.3101135191%);
}
a:hover {
  color: #1E3530;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #4A5E58;
  border-left: 4px solid #DFF0E8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #DFF0E8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #4A5E58;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(24.7767540751%, 43.7722655327%, 39.6428065202%);
  border-collapse: collapse;
  border: 1px solid #DFF0E8;
}
table tr:nth-child(even) {
  background-color: rgb(95.6211931581%, 97.9474342929%, 96.8527325824%);
}
table th, table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: rgb(91.5360867751%, 96.0325406758%, 93.9165623696%);
  border: 1px solid rgb(82.0041718815%, 91.5644555695%, 87.0654985398%);
  border-bottom-color: rgb(71.1105548602%, 86.4580725907%, 79.2357113058%);
}
table td {
  border: 1px solid #DFF0E8;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #1E3530;
  border-bottom: 1px solid #DFF0E8;
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 59.4px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: #1E3530;
}

.site-nav {
  float: right;
  line-height: 59.4px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #1E3530;
  line-height: 1.65;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #FDF4E7;
    border: 1px solid #DFF0E8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: #1E3530;
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #DFF0E8;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #4A5E58;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #4A5E58;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

:root {
  --ape-coral: #D4854A;
  --ape-forest: #2D6B5E;
  --ape-sage-gold: #A8A83A;
  --ape-cream: #FDF4E7;
  --ape-sand: #F0E0C4;
  --ape-blush: #FCEADE;
  --ape-mint: #DFF0E8;
  --ape-light-teal: #6ABFA8;
  --ape-gold: #C9A020;
  --ape-terracotta: #B04B28;
  --ape-text-dark: #1E3530;
  --ape-text-mid: #4A5E58;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}

h1 {
  color: #D4854A;
}

h2 {
  color: #D4854A;
}

h3 {
  color: #2D6B5E;
}

a {
  color: #B04B28;
}
a:hover {
  color: #D4854A;
  text-decoration: none;
}

.page-content {
  background-color: #FDF4E7;
  padding-top: 0;
  min-height: 60vh;
}

.site-header {
  background-color: #2D6B5E;
  border-top: none;
  border-bottom: 3px solid #D4854A;
}
.site-header .site-title {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.site-header .site-title, .site-header .site-title:visited {
  color: white;
}
.site-header .site-title:hover {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.site-header .site-nav .page-link {
  color: rgba(255, 255, 255, 0.85);
}
.site-header .site-nav .page-link:hover {
  color: white;
}
.site-header .site-nav .menu-icon > svg path {
  fill: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 600px) {
  .site-header .site-nav {
    background-color: #1E3530;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  .site-header .site-nav .page-link {
    color: rgba(255, 255, 255, 0.85);
  }
}

.site-footer {
  background-color: #1E3530;
  border-top: 3px solid #D4854A;
  color: rgba(255, 255, 255, 0.6);
}
.site-footer a {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer a:hover {
  color: white;
}
.site-footer .footer-heading {
  color: white;
  font-family: "Nunito", sans-serif;
}
.site-footer .footer-col-wrapper {
  color: rgba(255, 255, 255, 0.6);
}

.post-link {
  font-family: "Nunito", sans-serif;
  color: #B04B28;
}
.post-link:hover {
  color: #D4854A;
}

.post-header .post-title {
  color: #D4854A;
}

.hero-card {
  box-sizing: border-box;
  width: min(760px, 100% - 2rem);
  margin: 0.5rem auto 0;
  padding: 2rem 1.5rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72) 0%, rgba(252, 234, 222, 0.9) 100%);
  border: 1px solid rgba(212, 133, 74, 0.75);
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.hero-card-title {
  margin: 0 0 1rem;
  font-size: clamp(1.3rem, 2.8vw, 2rem);
}

.payment-card {
  box-sizing: border-box;
  width: min(760px, 100% - 2rem);
  margin: 0.5rem auto 0;
  padding: 2rem 1.5rem;
  text-align: left;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72) 0%, rgba(252, 234, 222, 0.92) 100%);
  border: 1px solid rgba(212, 133, 74, 0.75);
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.payment-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2D6B5E;
}

.payment-summary {
  margin-bottom: 1.1rem;
  font-size: 1.08rem;
}

.payment-survey-note {
  margin: -0.3rem 0 1.2rem;
  color: #4A5E58;
  font-size: 0.96rem;
  font-style: italic;
}

.payment-note {
  margin: 1.1rem 0 1.4rem;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.6);
  border-left: 4px solid #D4854A;
  border-radius: 12px;
}

.payment-note p,
.payment-method p {
  margin: 0;
}

.payment-button {
  margin-top: 0.95rem;
}

.payment-methods {
  display: grid;
  gap: 0.9rem;
}

.payment-method {
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(168, 168, 58, 0.22);
  border-radius: 12px;
  color: #1E3530;
}

.payment-method-header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.35rem;
}

.payment-method-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  flex-shrink: 0;
}

.payment-method-card {
  --payment-accent: #2D6B5E;
  --payment-accent-soft: rgba(45, 107, 94, 0.12);
  --payment-accent-faint: rgba(45, 107, 94, 0.08);
}

.payment-method-cash {
  --payment-accent: #B04B28;
  --payment-accent-soft: rgba(176, 75, 40, 0.12);
  --payment-accent-faint: rgba(176, 75, 40, 0.08);
}

.payment-method-transfer {
  --payment-accent: #A8A83A;
  --payment-accent-soft: rgba(168, 168, 58, 0.16);
  --payment-accent-faint: rgba(168, 168, 58, 0.09);
}

.payment-method-card .payment-method-icon,
.payment-method-cash .payment-method-icon,
.payment-method-transfer .payment-method-icon {
  color: var(--payment-accent);
  background: var(--payment-accent-soft);
}

.payment-method-card h2,
.payment-method-cash h2,
.payment-method-transfer h2 {
  color: var(--payment-accent);
}

.payment-method h2 {
  margin: 0;
  font-size: 1.05rem;
}

.payment-method-card .payment-note,
.payment-method-cash .payment-note,
.payment-method-transfer .payment-note {
  border-left-color: var(--payment-accent);
  background: var(--payment-accent-faint);
}

.payment-method-card strong,
.payment-method-cash strong,
.payment-method-transfer strong {
  color: var(--payment-accent);
}

.hero-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
}

.hero-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 820px;
  margin: 0 auto;
  padding: 0.4rem 1rem 0.6rem;
  text-align: left;
}

.hero-logo {
  display: block;
  width: 180px;
  height: 180px;
  max-width: 100%;
  flex-shrink: 0;
  object-fit: contain;
}

.hero-brand-text {
  max-width: 530px;
  font-family: "Nunito", sans-serif;
  font-size: clamp(1.2rem, 2vw, 2.4rem);
  line-height: 1.12;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #1E3530;
}

@media screen and (max-width: 700px) {
  .hero-brand {
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.25rem 1rem 0.4rem;
    text-align: center;
  }
  .hero-logo {
    width: 132px;
    height: 132px;
  }
  .hero-brand-text {
    max-width: 100%;
    font-size: clamp(1rem, 4.4vw, 1.5rem);
    letter-spacing: 0.04em;
    text-align: center;
  }
}
.btn-primary {
  display: inline-block;
  background: #B04B28;
  color: white;
  padding: 1rem 2.2rem;
  border-radius: 999px;
  min-width: 240px;
  font-size: 1.05rem;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  transition: background 0.15s;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.btn-primary:hover {
  background: #8A3A1F;
  color: white;
}

.btn-outline {
  display: inline-block;
  background: #2D6B5E;
  color: white;
  border: none;
  padding: 1rem 2.2rem;
  border-radius: 999px;
  min-width: 180px;
  font-size: 1.05rem;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  transition: background 0.15s;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.btn-outline:hover {
  background: #6ABFA8;
  color: white;
}

@media screen and (max-width: 480px) {
  .hero-card {
    width: calc(100% - 1rem);
    margin-top: 0;
    padding: 1rem 0.9rem;
  }
  .payment-card {
    width: calc(100% - 1rem);
    padding: 1.4rem 1rem;
  }
  .hero-card-title {
    margin-bottom: 0.7rem;
    font-size: clamp(1.15rem, 5.2vw, 1.5rem);
  }
  .hero-subtitle {
    margin: 0.5rem 0;
    font-size: 0.95rem;
  }
  .hero-actions {
    margin-top: 1.1rem;
    gap: 0.6rem;
  }
  .hero-actions .btn-primary,
  .hero-actions .btn-outline {
    width: 100%;
    max-width: 320px;
    min-width: 0;
    box-sizing: border-box;
    padding: 0.85rem 1.2rem;
    min-height: 3rem;
  }
  .social-links {
    margin-top: 1.5rem;
    gap: 0.75rem;
  }
}
.hero-subtitle {
  color: #4A5E58;
}

.social-links {
  margin-top: 2.3rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  text-align: center;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #4A5E58;
  font-weight: 600;
  text-decoration: none;
}
.social-link svg {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.social-link:hover {
  color: #D4854A;
}

.contact-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background: white;
  border-radius: 12px;
  border: 1px solid #F0E0C4;
  overflow: hidden;
}
.contact-table td {
  padding: 12px 16px;
  vertical-align: middle;
  border-bottom: 1px solid #F0E0C4;
  color: #1E3530;
}
.contact-table td:first-child {
  width: 44px;
  text-align: center;
  color: #4A5E58;
}
.contact-table tr:last-child td {
  border-bottom: none;
}
.contact-table tr:hover td {
  background-color: #FCEADE;
}
.contact-table a {
  color: #B04B28;
  text-decoration: none;
  font-weight: 600;
}
.contact-table a:hover {
  color: #D4854A;
}
.contact-table address {
  font-style: normal;
  line-height: 1.6;
  color: #4A5E58;
}

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