/* @generated by appgen: this file is rewritten on every build.
   Hand edits belong in custom.css, which is loaded after it. */

:root {
    --bark: #241d16;
    --soil: #4a3826;
    --moss: #3d6b34;
    --leaf: #6d9e45;
    --cream: #fbf8f2;
    --sand: #efe7d8;
    --edge: #ddd1bc;
    --ink: #2b241d;
    --muted: #6b6053;
    --wrap: 68rem;
}

* { box-sizing: border-box; }

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font: 17px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
    font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: var(--bark);
    margin: 0 0 0.5em;
}

h1 { font-size: clamp(2.2rem, 6vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.3rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
a { color: var(--moss); }

.wrap {
    max-width: var(--wrap);
    margin: 0 auto;
    padding-inline: 20px;
}

/* ------------------------------------------------------------------ header */

.site-head {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(251, 248, 242, 0.92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--edge);
}

.site-head .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    align-items: center;
    justify-content: space-between;
    padding-block: 14px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bark);
    text-decoration: none;
}

.mark {
    width: 22px;
    height: 22px;
    border-radius: 50% 50% 50% 6px;
    background: linear-gradient(150deg, var(--leaf), var(--moss));
    flex: none;
}

.site-head nav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 22px;
}

.site-head nav a {
    color: var(--muted);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    padding-block: 4px;
    border-bottom: 2px solid transparent;
}

.site-head nav a:hover { color: var(--bark); }
.site-head nav a.here { color: var(--bark); border-bottom-color: var(--leaf); }

/* -------------------------------------------------------------------- hero */

.hero {
    background:
        radial-gradient(120% 90% at 80% 0%, rgba(109, 158, 69, 0.28), transparent 60%),
        linear-gradient(170deg, var(--soil), var(--bark));
    color: #f6f1e6;
    padding-block: clamp(64px, 12vw, 128px);
}

.hero h1 { color: #fff; max-width: 16ch; }

.hero .lede {
    font-size: clamp(1.05rem, 2.2vw, 1.3rem);
    max-width: 46ch;
    color: #e2dac9;
    margin-bottom: 1.6em;
}

.hero .note { color: #b6ac97; font-size: 0.9rem; margin-top: 1.4em; }

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn {
    display: inline-block;
    padding: 13px 26px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid transparent;
}

.btn-primary { background: var(--leaf); color: #16220d; }
.btn-primary:hover { background: #7fb054; }
.btn-ghost { border-color: rgba(255, 255, 255, 0.45); color: #f6f1e6; }
.btn-ghost:hover { border-color: #fff; }

.band-cta .btn-ghost { border-color: var(--soil); color: var(--soil); }
.band-cta .btn-ghost:hover { background: var(--sand); }

/* ------------------------------------------------------------------- bands */

.band { padding-block: clamp(48px, 8vw, 88px); }
.band + .band { border-top: 1px solid var(--edge); }
.band-services, .band-quotes { background: var(--sand); border-top: none; }
.band .intro { max-width: 60ch; color: var(--muted); font-size: 1.05rem; margin-bottom: 2em; }
.band .note { color: var(--muted); font-size: 0.9rem; margin-top: 2em; }

.prose { max-width: 62ch; }

/* ------------------------------------------------------------------- cards */

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
    gap: 20px;
}

.card {
    background: var(--cream);
    border: 1px solid var(--edge);
    border-radius: 14px;
    padding: 26px 24px;
    scroll-margin-top: 90px;
    display: flex;
    flex-direction: column;
}

.card .blurb { color: var(--muted); }
.card p:last-child { margin-bottom: 0; }

/* Pushed to the bottom so a row of cards lines its prices up regardless of
   how much each one had to say. */
.card .price {
    margin-top: auto;
    padding-top: 18px;
    font-weight: 700;
    color: var(--moss);
}

/* ------------------------------------------------------------------- steps */

.steps {
    list-style: none;
    counter-reset: step;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 28px;
}

.steps li { counter-increment: step; }

.steps li::before {
    content: counter(step);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--moss);
    color: #fff;
    font-weight: 700;
    font-family: Georgia, serif;
}

.steps p { color: var(--muted); margin: 0; }

/* ------------------------------------------------------------------- tiles */

.tiles {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tiles li {
    background: var(--sand);
    border: 1px solid var(--edge);
    border-radius: 999px;
    padding: 8px 18px;
    font-weight: 600;
    font-size: 0.95rem;
}

.band-services .tiles li, .band-quotes .tiles li { background: var(--cream); }

/* ------------------------------------------------------------------ quotes */

.quotes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    gap: 22px;
}

.quotes figure {
    margin: 0;
    background: var(--cream);
    border: 1px solid var(--edge);
    border-left: 4px solid var(--leaf);
    border-radius: 12px;
    padding: 24px;
}

.quotes blockquote {
    margin: 0 0 14px;
    font-family: Georgia, serif;
    font-size: 1.08rem;
    line-height: 1.5;
}

.quotes blockquote::before { content: "\201C"; }
.quotes blockquote::after { content: "\201D"; }
.quotes figcaption { color: var(--muted); font-size: 0.9rem; font-weight: 600; }

/* --------------------------------------------------------------------- faq */

.faq { max-width: 62ch; }

.faq details {
    border-bottom: 1px solid var(--edge);
    padding: 16px 0;
}

.faq summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--bark);
}

.faq details[open] summary { margin-bottom: 10px; }
.faq p { margin: 0; color: var(--muted); }

/* ----------------------------------------------------------------- contact */

.contact {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 12px 28px;
    align-items: baseline;
    margin: 0;
}

.contact dt {
    font-weight: 700;
    color: var(--muted);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.contact dd { margin: 0; }

.contact .big {
    font-family: Georgia, serif;
    font-size: 1.5rem;
}

.contact .big a { text-decoration: none; }
.contact .big a:hover { text-decoration: underline; }

/* ------------------------------------------------------------------ footer */

.site-foot {
    background: var(--bark);
    color: #c8bfae;
    padding-block: 44px;
    font-size: 0.93rem;
}

.site-foot p { margin: 0 0 6px; }
.site-foot strong { color: #f6f1e6; }
.site-foot a { color: #a8cc82; }
.site-foot .fine { margin-top: 14px; color: #8b8171; font-size: 0.85rem; }

@media (max-width: 34rem) {
    .contact { grid-template-columns: 1fr; gap: 4px; }
    .contact dt { margin-top: 12px; }
    .btn { flex: 1 1 auto; text-align: center; }
}
