:root { color-scheme: light; font: 16px/1.6 system-ui, sans-serif; color: #182725; background: #f5f1e8; }
* { box-sizing: border-box; } body { margin: 0; } a { color: inherit; } .skip-link { position: absolute; left: -9999px; } .skip-link:focus { left: 1rem; top: 1rem; z-index: 5; }
.site-header, footer, .hero, .content-grid { max-width: 78rem; margin: auto; padding: 1.25rem clamp(1rem, 4vw, 3rem); } .site-header { position: sticky; top: 1rem; z-index: 10; margin: 1rem auto 0; padding-block: .7rem; background: #fffdf8eF; border: 1px solid #dfe3da; border-radius: 999px; box-shadow: 0 .5rem 1.5rem #18272518; backdrop-filter: blur(12px); display: flex; justify-content: space-between; gap: 2rem; align-items: center; } .header-phone { color: #173d38; font-size: 1.05rem; font-weight: 800; text-decoration: none; white-space: nowrap; } .header-phone:hover { color: #b95728; } .desktop-nav, .mobile-menu nav { display: flex; gap: .5rem; align-items: center; flex-wrap: wrap; } .desktop-nav a, .mobile-menu a { padding: .55rem .8rem; border-radius: 999px; font-size: .9rem; font-weight: 700; text-decoration: none; } .desktop-nav a:hover, .mobile-menu a:hover { background: #e5ded0; } .desktop-nav .nav-cta { background: #d66b36; color: white; padding-inline: 1.1rem; } .desktop-nav .nav-cta:hover { background: #b95728; }
.mobile-menu { display: none; } .mobile-menu summary { list-style: none; cursor: pointer; } .mobile-menu summary::-webkit-details-marker { display: none; } .mobile-menu summary span { display: block; width: 1.4rem; height: 2px; margin: 4px; background: #173d38; } .mobile-menu nav { position: absolute; right: 0; top: 3.3rem; z-index: 2; padding: .6rem; background: white; border: 1px solid #dfe3da; border-radius: .75rem; box-shadow: 0 .75rem 2rem #1827251f; display: grid; gap: .2rem; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, .9fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; padding-top: clamp(4rem, 10vw, 8rem); padding-bottom: clamp(3rem, 8vw, 6rem); } .hero-copy { max-width: 42rem; } .eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; font-weight: 700; color: #55716b; } h1 { max-width: 48rem; font-size: clamp(2.5rem, 6vw, 5.25rem); line-height: .98; margin: .4rem 0 1.25rem; } .lead { max-width: 46rem; font-size: clamp(1.1rem, 2vw, 1.35rem); color: #52615d; }
.phone-cta { margin-top: 2rem; display: grid; gap: .5rem; } .button { display: inline-block; width: fit-content; padding: .8rem 1.15rem; border: 0; border-radius: .4rem; background: #d66b36; color: #fff; text-decoration: none; font: inherit; font-weight: 700; cursor: pointer; } .button:hover { background: #b95728; } .button.disabled { background: #5f6d68; } small { color: #52615d; }
.hero-visual { display: grid; gap: 1.25rem; } .placeholder-image { display: block; width: 100%; height: auto; border-radius: 1rem; object-fit: cover; object-position: 50% 50%; transform-origin: center; box-shadow: 0 1rem 3rem #18272520; }
.contact-form { display: grid; gap: .8rem; padding: clamp(1.25rem, 3vw, 2rem); background: #fff; border: 1px solid #dfe3da; border-radius: 1rem; box-shadow: 0 .75rem 2rem #18272512; } .contact-form h2 { margin: -.4rem 0 .2rem; } .contact-form label { display: grid; gap: .25rem; font-size: .85rem; font-weight: 700; } .contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cbd4cc; border-radius: .35rem; padding: .7rem; font: inherit; background: #fbfaf6; } .contact-form textarea { resize: vertical; }
.content-grid { display: grid; gap: 1rem; padding-bottom: 4rem; } .content-section, .faq-list details { background: #fff; border: 1px solid #dfe3da; border-radius: .6rem; padding: 1.25rem; } h2 { line-height: 1.15; } .faq-list { max-width: 78rem; margin: auto; padding: 0 clamp(1rem, 4vw, 3rem) 4rem; display: grid; gap: .75rem; } summary { cursor: pointer; font-weight: 700; } footer { border-top: 1px solid #dfe3da; color: #52615d; } #admin-trigger { border: 0; background: none; color: #52615d; cursor: pointer; }
@media (max-width: 700px) { .desktop-nav { display: none; } .mobile-menu { display: block; } .site-header { margin-inline: 1rem; padding-inline: 1rem; align-items: center; } .hero { grid-template-columns: 1fr; padding-top: 3rem; } .hero-visual { order: -1; } h1 { font-size: clamp(2.6rem, 13vw, 4rem); } }
