:root { --dark-forest: #1A3622; --moss-green: #4A6B53; --sage-light: #A9C2A4; --off-white: #F4F7F4; --warm-earth: #C47D57; --text-main: #2D3730; --text-muted: #5C6E61; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Outfit', sans-serif; background-color: var(--off-white); color: var(--text-main); line-height: 1.6; overflow-x: hidden; } img { width: 100%; height: auto; object-fit: cover; display: block; } a { text-decoration: none; color: inherit; transition: color 0.3s ease; } .pine-masthead { position: sticky; top: 0; background-color: rgba(244, 247, 244, 0.95); backdrop-filter: blur(8px); z-index: 100; border-bottom: 1px solid var(--sage-light); padding: 1rem 5%; } .masthead-inner { display: flex; justify-content: space-between; align-items: center; max-width: 1400px; margin: 0 auto; } .brand-mark-wrapper { display: flex; align-items: center; gap: 0.75rem; color: var(--dark-forest); } .brand-typography { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.5px; } .primary-navigation { display: flex; gap: 2rem; align-items: center; font-weight: 600; font-size: 0.95rem; } .primary-navigation a:hover { color: var(--warm-earth); } .action-button-nav { background-color: var(--dark-forest); color: var(--off-white); padding: 0.5rem 1.25rem; border-radius: 4px; } .action-button-nav:hover { background-color: var(--moss-green); color: var(--off-white); } .ghost-link { opacity: 0.6; } .boulder-hero-banner { position: relative; padding: 8rem 5% 6rem; display: flex; align-items: center; justify-content: space-between; max-width: 1400px; margin: 0 auto; min-height: 85vh; } .hero-shape-blob { position: absolute; top: -15%; right: -5%; width: 55vw; height: 55vw; background: var(--sage-light); opacity: 0.4; border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; z-index: -1; } .hero-text-content { width: 50%; padding-right: 3rem; } .headline-massive { font-size: 4rem; font-weight: 800; color: var(--dark-forest); line-height: 1.1; margin-bottom: 1.5rem; letter-spacing: -1px; } .sub-headline-lead { font-size: 1.25rem; color: var(--text-muted); margin-bottom: 2.5rem; max-width: 90%; } .hero-action-cluster { display: flex; align-items: center; gap: 1.5rem; } .primary-thrust-btn { display: inline-block; background-color: var(--warm-earth); color: #fff; padding: 1rem 2rem; font-weight: 600; border-radius: 4px; border: none; cursor: pointer; text-align: center; font-size: 1rem; transition: background 0.3s; } .primary-thrust-btn:hover { background-color: #A36545; color: #fff; } .trust-badge { font-size: 0.85rem; font-weight: 600; color: var(--moss-green); text-transform: uppercase; letter-spacing: 1px; border-left: 2px solid var(--sage-light); padding-left: 1rem; } .hero-visual-content { width: 45%; border-radius: 20px 0 40px 0; overflow: hidden; box-shadow: 0 20px 40px rgba(26,54,34,0.1); } .section-title-mod { font-size: 2.5rem; color: var(--dark-forest); margin-bottom: 2rem; font-weight: 800; } .center-align { text-align: center; } .heritage-block-deep { padding: 6rem 5%; background-color: #fff; } .heritage-layout-split { display: flex; max-width: 1200px; margin: 0 auto; gap: 4rem; align-items: center; } .heritage-visual { width: 45%; border-radius: 8px; overflow: hidden; } .heritage-prose { width: 55%; font-size: 1.1rem; } .heritage-prose p { margin-bottom: 1.5rem; } .data-highlight { font-weight: 800; color: var(--warm-earth); font-size: 1.2rem; } .inline-text-link { color: var(--moss-green); text-decoration: underline; font-weight: 600; } .offerings-matrix-zone { padding: 7rem 5%; max-width: 1400px; margin: 0 auto; } .offerings-grid-layout { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2.5rem; mt: 3rem; } .solution-card-module { background: #fff; padding: 2rem; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.04); transition: transform 0.3s; border-top: 4px solid var(--sage-light); } .solution-card-module:hover { transform: translateY(-5px); } .solution-card-module img { height: 200px; border-radius: 6px; margin-bottom: 1.5rem; } .card-heading-title { font-size: 1.5rem; color: var(--dark-forest); margin-bottom: 1rem; } .faq-interactive-wrapper { margin-top: 1.5rem; } .faq-trigger-btn { width: 100%; text-align: left; background: var(--off-white); border: none; padding: 1rem; font-family: inherit; font-weight: 600; color: var(--dark-forest); cursor: pointer; border-radius: 4px; margin-bottom: 0.5rem; } .faq-content-panel { display: none; padding: 0 1rem 1rem; font-size: 0.95rem; color: var(--text-muted); } .local-voices-wrap { padding: 5rem 5%; background-color: var(--dark-forest); color: var(--off-white); } .local-voices-wrap .section-title-mod { color: var(--off-white); } .feedback-masonry-flow { display: flex; gap: 2rem; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; justify-content: center; } .praise-chit { background: rgba(255,255,255,0.05); padding: 2.5rem; border-radius: 8px; width: calc(33.333% - 1.35rem); min-width: 300px; border: 1px solid rgba(169,194,164,0.2); } .praise-quote { font-style: italic; margin-bottom: 2rem; font-size: 1.05rem; line-height: 1.8; } .praise-author-block { display: flex; align-items: center; gap: 1rem; } .author-headshot { width: 50px; height: 50px; border-radius: 50%; border: 2px solid var(--sage-light); } .author-identity { font-weight: 600; font-size: 0.9rem; } .advantage-points-cluster { padding: 6rem 5%; background-color: var(--moss-green); color: #fff; } .advantage-inner-container { max-width: 1000px; margin: 0 auto; display: flex; align-items: center; gap: 4rem; } .advantage-points-cluster .section-title-mod { color: #fff; margin-bottom: 2.5rem; } .perks-list-vertical { list-style: none; font-size: 1.15rem; width: 50%; } .perks-list-vertical li { margin-bottom: 1.5rem; padding-left: 2rem; position: relative; } .perks-list-vertical li::before { content: '✓'; position: absolute; left: 0; color: var(--warm-earth); font-weight: bold; } .perks-supporting-image { width: 50%; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.2); } .inquiry-capture-zone { padding: 8rem 5%; max-width: 800px; margin: 0 auto; } .form-context-text { text-align: center; margin-bottom: 3rem; font-size: 1.1rem; color: var(--text-muted); } .structural-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; background: #fff; padding: 3rem; border-radius: 16px; box-shadow: 0 15px 35px rgba(26,54,34,0.05); } .input-grouping { display: flex; flex-direction: column; gap: 0.5rem; } .full-span-input { grid-column: 1 / -1; } label { font-weight: 600; font-size: 0.9rem; color: var(--dark-forest); } input, textarea { padding: 1rem; border: 1px solid #ddd; border-radius: 4px; font-family: inherit; font-size: 1rem; background: var(--off-white); transition: border-color 0.3s; } input:focus, textarea:focus { outline: none; border-color: var(--moss-green); } .full-width-submit { grid-column: 1 / -1; margin-top: 1rem; } .terminal-site-base { background-color: var(--dark-forest); color: var(--sage-light); padding: 4rem 5% 2rem; border-top: 8px solid var(--warm-earth); } .footer-grid-layout { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; max-width: 1400px; margin: 0 auto 3rem; } .dark-mode-text { color: #fff; font-size: 1.8rem; } .footer-tagline-text { margin-top: 1rem; font-size: 1.1rem; color: #fff; } .tiny-disclaimer { font-size: 0.75rem; margin-top: 2rem; opacity: 0.6; } .terminal-site-base h4 { color: #fff; margin-bottom: 1.5rem; font-size: 1.2rem; } .terminal-site-base p, .terminal-site-base a { display: block; margin-bottom: 0.75rem; font-size: 0.95rem; opacity: 0.9; } .terminal-site-base a:hover { color: #fff; text-decoration: underline; } .footer-bottom-bar { text-align: center; padding-top: 2rem; border-top: 1px solid rgba(169,194,164,0.2); font-size: 0.85rem; } @media (max-width: 992px) { .boulder-hero-banner { flex-direction: column; text-align: center; padding-top: 4rem; } .hero-text-content, .hero-visual-content { width: 100%; padding: 0; } .headline-massive { font-size: 3rem; } .hero-action-cluster { justify-content: center; margin-bottom: 3rem; flex-direction: column; gap: 1rem; } .trust-badge { border-left: none; border-top: 2px solid var(--sage-light); padding-top: 0.5rem; padding-left: 0; } .heritage-layout-split, .advantage-inner-container { flex-direction: column; } .heritage-visual, .heritage-prose, .perks-list-vertical, .perks-supporting-image { width: 100%; } .structural-form-grid { grid-template-columns: 1fr; } .footer-grid-layout { grid-template-columns: 1fr; } .primary-navigation { display: none; } }