.hst-public {
    --hst-forest: #27452f;
    --hst-leaf: #5e7c3d;
    --hst-gold: #f0bd4f;
    --hst-cream: #fbf8ef;
    --hst-ink: #19251c;
    --hst-line: #ded8c7;
    color: var(--hst-ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 0 auto;
    max-width: 1240px;
}

.hst-public *,
.hst-public *::before,
.hst-public *::after { box-sizing: border-box; }

.hst-public h1,
.hst-public h2,
.hst-public h3 { color: var(--hst-forest); line-height: 1.12; }

.hst-public p { line-height: 1.7; }

.hst-public a { color: var(--hst-forest); }

.hst-site-hero,
.hst-hero {
    background: linear-gradient(135deg, var(--hst-forest), #3e6445);
    border-radius: 28px;
    color: #fff;
    overflow: hidden;
    padding: clamp(42px, 8vw, 96px);
    position: relative;
}

.hst-site-hero::after,
.hst-hero::after {
    background: var(--hst-gold);
    border-radius: 50%;
    content: "";
    height: 240px;
    opacity: .16;
    position: absolute;
    right: -70px;
    top: -70px;
    width: 240px;
}

.hst-site-hero h1, .hst-hero h1 { color: #fff; font-size: clamp(2.4rem, 6vw, 5.2rem); margin: 0 0 20px; max-width: 900px; }
.hst-site-hero p, .hst-hero p { font-size: clamp(1.05rem, 2vw, 1.35rem); max-width: 720px; }
.hst-eyebrow { color: var(--hst-gold); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hst-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.hst-button {
    background: #fff;
    border: 2px solid transparent;
    border-radius: 999px;
    color: var(--hst-forest) !important;
    display: inline-block;
    font-weight: 750;
    padding: 12px 22px;
    text-decoration: none !important;
}

.hst-button-primary { background: var(--hst-gold); color: #172319 !important; }
.hst-button-outline { background: transparent; border-color: rgba(255,255,255,.65); color: #fff !important; }
.hst-public .primary,
.hst-hero > div > div a,
.hst-contact form button { background: var(--hst-gold); border: 0; border-radius: 999px; color: #172319 !important; display: inline-block; font-weight: 750; margin: 8px 8px 0 0; padding: 12px 22px; text-decoration: none !important; }
.hst-hero > div > div a:not(.primary) { background: transparent; border: 2px solid rgba(255,255,255,.65); color: #fff !important; }
.hst-hero { display: grid; gap: 38px; grid-template-columns: minmax(0, 1.5fr) minmax(230px, .5fr); }
.hst-hero > div, .hst-hero > aside { position: relative; z-index: 1; }
.hst-hero > aside { align-self: end; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); border-radius: 20px; display: grid; gap: 7px; padding: 24px; }
.hst-hero > aside b { align-items: center; background: var(--hst-gold); border-radius: 50%; color: var(--hst-forest); display: flex; font-size: 1.8rem; height: 56px; justify-content: center; width: 56px; }
.hst-hero > aside small { opacity: .8; }

.hst-public-section { padding: clamp(38px, 6vw, 72px) clamp(8px, 3vw, 28px); }
.hst-section-heading { margin: 0 0 28px; max-width: 760px; }
.hst-section-heading h2 { font-size: clamp(1.8rem, 4vw, 3rem); margin-bottom: 12px; }

.hst-card-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hst-public-card { background: #fff; border: 1px solid var(--hst-line); border-radius: 20px; box-shadow: 0 10px 30px rgba(39,69,47,.07); padding: 26px; }
.hst-public-card h3 { margin-top: 0; }
.hst-card-icon { align-items: center; background: #edf2e7; border-radius: 14px; display: inline-flex; font-size: 1.35rem; height: 46px; justify-content: center; margin-bottom: 14px; width: 46px; }

.hst-mission {
    background: var(--hst-cream);
    border-left: 6px solid var(--hst-gold);
    border-radius: 8px 22px 22px 8px;
    font-size: clamp(1.2rem, 2.5vw, 1.65rem);
    margin: 0;
    padding: clamp(26px, 5vw, 50px);
}
.hst-values { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: clamp(38px, 6vw, 72px) clamp(8px, 3vw, 28px); }
.hst-values article { background: #fff; border: 1px solid var(--hst-line); border-radius: 20px; padding: 26px; }
.hst-values article > span, .hst-mission > span, .hst-page-hero > span { color: var(--hst-leaf); font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.hst-mission blockquote { border: 0; color: var(--hst-forest); font-size: clamp(1.2rem, 2.5vw, 1.65rem); margin: 14px 0 0; padding: 0; }

.hst-private-card { align-items: center; background: var(--hst-forest); border-radius: 24px; color: #fff; display: flex; gap: 28px; justify-content: space-between; padding: clamp(28px, 5vw, 52px); }
.hst-private-card h2 { color: #fff; margin-top: 0; }
.hst-private-card .hst-button { flex: 0 0 auto; }
.hst-private { align-items: center; background: var(--hst-forest); border-radius: 24px; color: #fff; display: flex; gap: 28px; justify-content: space-between; margin-top: clamp(38px, 6vw, 72px); padding: clamp(28px, 5vw, 52px); }
.hst-private h2 { color: #fff; margin: 6px 0; }
.hst-private p { margin-bottom: 0; }

.hst-page-hero { background: var(--hst-cream); border-radius: 24px; padding: clamp(34px, 6vw, 70px); }
.hst-page-hero h1 { font-size: clamp(2.2rem, 5vw, 4.4rem); margin: 8px 0 0; }
.hst-about-grid, .hst-contact-grid { display: grid; gap: clamp(28px, 6vw, 70px); grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); }
.hst-story { font-size: 1.08rem; }
.hst-story { display: grid; gap: clamp(28px, 6vw, 70px); grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); padding: clamp(38px, 6vw, 72px) clamp(8px, 3vw, 28px); }
.hst-story aside { background: var(--hst-forest); border-radius: 20px; color: #fff; display: grid; gap: 9px; padding: 28px; }
.hst-story aside b { color: var(--hst-gold); font-size: 4rem; }
.hst-story article h2:first-child { margin-top: 0; }
.hst-contact-details { background: var(--hst-forest); border-radius: 20px; color: #fff; padding: 28px; }
.hst-contact-details h2, .hst-contact-details a { color: #fff; }

.hst-contact-form { display: grid; gap: 18px; }
.hst-contact-form label { color: var(--hst-forest); display: grid; font-weight: 700; gap: 7px; }
.hst-contact-form input,
.hst-contact-form textarea { background: #fff; border: 1px solid #b8b7ad; border-radius: 10px; color: #19251c; font: inherit; padding: 12px 14px; width: 100%; }
.hst-contact-form input:focus,
.hst-contact-form textarea:focus { border-color: var(--hst-leaf); box-shadow: 0 0 0 3px rgba(94,124,61,.18); outline: 0; }
.hst-contact-form button { border: 0; cursor: pointer; justify-self: start; }
.hst-form-success { background: #eaf5e8; border: 1px solid #9bc591; border-radius: 10px; color: #24512a; padding: 14px 18px; }
.hst-honeypot { left: -10000px !important; position: absolute !important; }
.hst-contact-grid { padding: clamp(38px, 6vw, 72px) clamp(8px, 3vw, 28px); }
.hst-contact-grid > aside { background: var(--hst-forest); border-radius: 20px; color: #fff; padding: 28px; }
.hst-contact-grid > aside h2, .hst-contact-grid > aside a { color: #fff; }
.hst-contact-grid > aside p { display: grid; gap: 3px; }
.hst-contact-grid form { display: grid; gap: 18px; }
.hst-contact-grid form label { color: var(--hst-forest); display: grid; font-weight: 700; gap: 7px; }
.hst-contact-grid form input, .hst-contact-grid form textarea { background: #fff; border: 1px solid #b8b7ad; border-radius: 10px; color: #19251c; font: inherit; padding: 12px 14px; width: 100%; }
.hst-success { background: #eaf5e8; border: 1px solid #9bc591; border-radius: 10px; color: #24512a; margin: 24px 8px 0; padding: 14px 18px; }
.hst-trap { left: -10000px !important; position: absolute !important; }

@media (max-width: 760px) {
    .hst-card-grid, .hst-about-grid, .hst-contact-grid, .hst-values, .hst-hero, .hst-story { grid-template-columns: 1fr; }
    .hst-private-card { align-items: flex-start; flex-direction: column; }
    .hst-site-hero, .hst-hero { border-radius: 18px; }
    .hst-private { align-items: flex-start; flex-direction: column; }
}
