:root { --ink:#25332c; --muted:#6d776f; --cream:#f7f5ef; --paper:#fffdf8; --sage:#dce7d4; --green:#49634e; --line:#dfe3d9; --serif:'Playfair Display', Georgia, serif; --sans:'DM Sans', Arial, sans-serif; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; color:var(--ink); background:var(--cream); font-family:var(--sans); } a { color:inherit; text-decoration:none; } button,input { font:inherit; } .shell { width:min(1160px,calc(100% - 48px)); margin:auto; } .sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.site-header { height:82px; display:flex; align-items:center; gap:32px; padding:0 max(24px,calc((100vw - 1160px)/2)); background:var(--paper); border-bottom:1px solid var(--line); position:sticky; top:0; z-index:10; } .brand { display:flex; align-items:center; gap:10px; color:var(--ink); font-weight:700; letter-spacing:-.03em; white-space:nowrap; } .brand i { color:#7d9571; font-family:var(--serif); font-weight:600; } .brand-mark { display:grid; place-items:center; width:27px; height:27px; color:#f7f5ef; background:var(--green); border-radius:50%; font-size:15px; } .main-nav { display:flex; gap:25px; margin-right:auto; font-size:.84rem; color:#536058; } .main-nav a:hover,.footer-links a:hover { color:var(--green); } .header-search { width:190px; position:relative; } .header-search input { width:100%; border:1px solid var(--line); border-radius:24px; padding:10px 34px 10px 15px; color:var(--ink); background:var(--cream); outline:none; font-size:.78rem; } .header-search input:focus { border-color:#91aa84; } .header-search span { position:absolute; right:14px; top:7px; font-size:20px; color:var(--green); } .menu-button { display:none; border:0; background:none; color:var(--green); }
.hero { display:grid; grid-template-columns: .91fr 1.09fr; min-height:570px; align-items:center; gap:42px; } .hero-copy { padding:66px 0; } .kicker { margin:0 0 16px; text-transform:uppercase; letter-spacing:.15em; font-size:.66rem; font-weight:700; color:#78916b; } h1,h2,h3,p { margin-top:0; } h1,h2 { font-family:var(--serif); font-weight:600; letter-spacing:-.045em; } h1 { max-width:530px; margin-bottom:24px; font-size:clamp(3.6rem,7vw,6.3rem); line-height:.98; } h1 em { color:#769469; font-style:normal; } h2 { margin-bottom:15px; font-size:clamp(2rem,3.5vw,3.15rem); line-height:1.04; } .hero-text { max-width:430px; color:var(--muted); line-height:1.75; font-size:1.02rem; } .hero-actions { display:flex; align-items:center; gap:25px; margin-top:30px; } .button { display:inline-flex; gap:22px; align-items:center; border:0; border-radius:2px; padding:14px 20px; cursor:pointer; font-size:.8rem; font-weight:700; } .button-dark { color:#fffdf8; background:var(--green); } .button-dark:hover { background:#314b37; } .button-light { color:var(--ink); background:#e8efdF; } .text-link { font-size:.8rem; font-weight:700; color:var(--green); } .text-link span { padding-left:5px; font-size:1rem; }
.hero-art { height:450px; overflow:hidden; position:relative; border-radius:250px 250px 8px 8px; background:linear-gradient(160deg,#e9f0df,#c6d7b8); } .sun { width:105px; height:105px; position:absolute; top:72px; right:88px; background:#f3cd78; border-radius:50%; opacity:.88; } .hill { position:absolute; bottom:-120px; border-radius:50% 50% 0 0; transform:rotate(-10deg); } .hill-back { width:690px; height:310px; left:-250px; background:#9cb58d; } .hill-front { width:700px; height:300px; right:-250px; bottom:-143px; background:#5d7b5c; transform:rotate(11deg); } .plant { position:absolute; color:#3e6448; font-size:145px; line-height:1; transform:rotate(-18deg); } .plant-one { left:75px; bottom:60px; } .plant-two { left:220px; bottom:15px; font-size:100px; transform:rotate(13deg); } .plant-three { right:80px; bottom:28px; font-size:115px; transform:rotate(21deg); } .hero-note { position:absolute; right:32px; top:215px; max-width:150px; padding:15px; color:#fffdf8; border:1px solid rgb(255 255 255 / 45%); background:rgb(54 82 55 / 70%); font-size:.72rem; line-height:1.5; }
.intro { display:grid; grid-template-columns:1fr 1fr; gap:90px; padding:92px 0 80px; border-top:1px solid var(--line); } .intro h2 { max-width:460px; } .intro-text { max-width:470px; align-self:end; color:var(--muted); line-height:1.8; }
.section { padding:48px 0 105px; } .section-heading { display:flex; justify-content:space-between; align-items:end; margin-bottom:32px; } .section-heading h2 { margin-bottom:0; } .section-aside { max-width:220px; margin:0; color:var(--muted); font-size:.82rem; line-height:1.6; text-align:right; } .topic-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; } .topic-card { min-height:160px; display:flex; align-items:flex-end; gap:15px; padding:22px; position:relative; overflow:hidden; transition:transform .2s, box-shadow .2s; } .topic-card:hover { transform:translateY(-4px); box-shadow:0 10px 25px rgb(36 53 40 / 10%); } .topic-card:before { content:''; position:absolute; width:160px; height:160px; right:-45px; top:-50px; border:25px solid rgb(255 255 255 / 22%); border-radius:50%; } .topic-card span:not(.card-icon) { display:flex; flex-direction:column; gap:6px; position:relative; z-index:1; } .topic-card strong { font-family:var(--serif); font-size:1.5rem; font-weight:600; } .topic-card small { color:rgb(37 51 44 / 65%); font-size:.72rem; } .topic-card b { margin-left:auto; align-self:flex-start; font-size:1.2rem; font-weight:400; } .card-icon { position:absolute; top:20px; left:22px; font-size:2.2rem; color:rgb(37 51 44 / 62%); } .topic-home { background:#d8e3cf; } .topic-food { background:#ecdcb7; } .topic-health { background:#d9e6e0; } .topic-garden { background:#cbdcc4; } .topic-care { background:#ead9d1; } .topic-clothing { background:#d9d9d0; }
.pathway-band { padding:85px 0 90px; color:#f6f5ed; background:#3e5744; } .light .kicker { color:#b9cf9f; } .light h2 { color:#f6f5ed; } .light .section-aside { color:#c2ccc1; } .pathway { display:grid; grid-template-columns:1fr 40px 1fr 40px 1fr 40px 1fr; gap:8px; align-items:center; } .path-step { display:flex; flex-direction:column; gap:7px; padding:20px 0; border-top:1px solid #7b917c; } .path-step span { color:#b9cf9f; font-size:.65rem; } .path-step strong { font-family:var(--serif); font-size:1.55rem; font-weight:600; } .path-step small { color:#c2ccc1; font-size:.75rem; } .pathway > i { color:#b9cf9f; font-size:1.4rem; text-align:center; }
.resource-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; } .resource-card { overflow:hidden; background:var(--paper); border:1px solid var(--line); } .resource-image { height:210px; display:flex; flex-direction:column; justify-content:space-between; padding:20px; position:relative; overflow:hidden; } .resource-image:before,.resource-image:after { content:''; position:absolute; border-radius:50%; border:1px solid rgb(255 255 255 / 45%); } .resource-image:before { width:220px; height:220px; right:-70px; top:-80px; } .resource-image:after { width:100px; height:100px; left:-25px; bottom:-45px; } .resource-image span { position:relative; z-index:1; font-size:.62rem; font-weight:700; letter-spacing:.14em; color:rgb(37 51 44 / 60%); } .resource-image b { position:relative; z-index:1; font-family:var(--serif); font-size:1.8rem; line-height:1.05; font-weight:600; } .image-bread { background:#dfc393; } .image-home { background:#c5d7c2; } .image-garden { background:#d4b9a5; } .resource-body { padding:20px; } .resource-type { margin-bottom:8px; color:#78916b; text-transform:uppercase; letter-spacing:.1em; font-size:.62rem; font-weight:700; } .resource-body h3 { margin-bottom:8px; font-family:var(--serif); font-size:1.35rem; font-weight:600; } .resource-body > p:not(.resource-type) { min-height:48px; margin-bottom:16px; color:var(--muted); font-size:.8rem; line-height:1.6; } .resource-body a { color:var(--green); font-size:.75rem; font-weight:700; }
.local-section { display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center; margin-bottom:100px; padding:75px 85px; background:#eadabd; } .local-copy h2 { max-width:450px; } .local-copy > p:not(.kicker):not(.notify-message) { max-width:460px; color:#6d6658; line-height:1.7; font-size:.9rem; } .notify-message { min-height:1em; margin:13px 0 0; color:var(--green); font-size:.75rem; font-weight:700; } .map-art { height:280px; position:relative; overflow:hidden; background:#dfc99f; border:1px solid rgb(105 98 79 / 20%); } .map-art:before { content:''; position:absolute; inset:-30px; background:repeating-linear-gradient(28deg,transparent 0 42px,rgb(102 116 81 / 25%) 44px 46px,transparent 48px 85px); transform:rotate(-12deg); } .map-art:after { content:''; position:absolute; width:380px; height:380px; top:-60px; left:80px; border:1px solid rgb(102 116 81 / 30%); border-radius:48%; transform:rotate(40deg); } .map-pin { position:absolute; z-index:1; display:grid; place-items:center; width:35px; height:35px; color:#fffdf8; background:var(--green); border-radius:50% 50% 50% 0; transform:rotate(-45deg); } .map-pin::first-letter { transform:rotate(45deg); } .pin-one { top:68px; left:105px; } .pin-two { right:115px; top:128px; } .pin-three { left:225px; bottom:43px; } .map-label { position:absolute; z-index:2; color:#526453; background:#f6f0df; padding:4px 8px; font-size:.62rem; font-weight:700; } .label-one { top:53px; left:126px; } .label-two { top:174px; right:73px; } .label-three { bottom:25px; left:247px; }
.safety { display:flex; align-items:center; gap:25px; padding:36px 0 78px; border-top:1px solid var(--line); } .safety-icon { display:grid; place-items:center; flex:0 0 47px; height:47px; color:#fffdf8; background:#78916b; border-radius:50%; font-size:1.6rem; } .safety h2 { max-width:540px; margin-bottom:9px; font-size:1.55rem; } .safety p:not(.kicker) { max-width:640px; margin:0; color:var(--muted); font-size:.77rem; line-height:1.65; } .safety .text-link { margin-left:auto; white-space:nowrap; }
.site-footer { color:#d7dfd2; background:#263a2c; } .footer-top { display:flex; align-items:center; gap:28px; padding:36px 0; } .footer-top .brand { color:#f6f5ed; } .footer-top .brand-mark { background:#78916b; } .footer-top p { margin:0; color:#aebdaf; font-size:.75rem; } .footer-links { display:flex; gap:22px; margin-left:auto; color:#b8c7b5; font-size:.72rem; } .footer-bottom { display:flex; justify-content:space-between; padding:18px 0 24px; color:#7e9581; border-top:1px solid rgb(255 255 255 / 12%); font-size:.65rem; }
@media (max-width:800px) { .site-header { height:68px; padding:0 20px; } .main-nav,.header-search { display:none; } .menu-button { display:block; margin-left:auto; } .hero { display:flex; flex-direction:column; gap:0; align-items:stretch; } .hero-copy { padding:70px 0 38px; } h1 { font-size:clamp(3.2rem,14vw,5rem); } .hero-art { height:330px; border-radius:170px 170px 8px 8px; } .intro { display:block; padding:68px 0; } .intro-text { margin-top:25px; } .section-heading { display:block; } .section-aside { margin-top:16px; text-align:left; } .topic-grid,.resource-grid { grid-template-columns:1fr 1fr; } .pathway { grid-template-columns:1fr; gap:0; } .pathway > i { display:none; } .path-step { padding:16px 0; } .local-section { grid-template-columns:1fr; padding:45px 28px; } .map-art { height:230px; } .safety { align-items:flex-start; flex-wrap:wrap; } .safety .text-link { margin-left:72px; } .footer-top { flex-wrap:wrap; } .footer-links { margin-left:0; width:100%; } }
@media (max-width:500px) { .shell { width:min(100% - 36px,1160px); } .topic-grid,.resource-grid { grid-template-columns:1fr; } .topic-card { min-height:135px; } .hero-note { right:15px; top:160px; } .plant-one { left:10px; } .plant-two { left:110px; } .plant-three { right:10px; } .footer-bottom { flex-direction:column; gap:8px; } }
