:root{--paper:#f5f3e9;--forest:#213e32;--muted:#677165;--lime:#d9df89;--line:#d9ddce}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--forest);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #c07537;outline-offset:6px}header{height:110px;padding:22px 5%;display:flex;align-items:center;gap:34px;border-bottom:1px solid var(--line)}.brand{margin-right:auto}.brand img{width:170px;max-height:75px;object-fit:contain}nav{display:flex;gap:29px;font-size:14px;font-weight:600}.button,.header-phone{font-size:14px;font-weight:700}.button{background:var(--forest);color:white;padding:20px 24px;display:inline-flex;align-items:center;justify-content:space-between;gap:35px;border-radius:3px;transition:background .2s,transform .2s}.button:hover{background:#365740;transform:translateY(-2px)}.small{padding:16px 20px}.button span,.text-link span{font-size:20px}.hero{display:grid;grid-template-columns:1.04fr 1fr;min-height:690px;padding:28px 28px 28px 5%;gap:30px}.hero-copy{padding:38px 0 15px;align-self:center}.eyebrow{font-size:11px!important;font-weight:700;letter-spacing:2px;margin:0 0 26px;text-transform:uppercase}.dot{display:inline-block;width:7px;height:7px;border-radius:100%;background:#73833f;margin-right:10px}h1{font-size:clamp(52px,5.7vw,88px);letter-spacing:-5px;line-height:1.03;margin:0 0 25px;font-weight:600}h1 span{display:block}.soft{color:#798761}p{line-height:1.7}.intro{font-size:16px;max-width:430px;color:#596252}.actions{display:flex;align-items:center;gap:28px;margin:30px 0 38px}.text-link{font-size:13px;display:inline-flex;align-items:center;gap:20px;border-bottom:1px solid #86917c;padding:10px 0;font-weight:600}.heritage{display:flex;gap:14px;align-items:center;font-size:12px}.rings{font-size:43px;line-height:1}.hero-image{position:relative;min-height:620px;overflow:hidden;border-radius:4px}.hero-image>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center 45%}.photo-caption{bottom:0;left:0;right:0;justify-content:space-between;padding:55px 25px 25px;color:white;background:linear-gradient(transparent,#14221bba);font-size:12px}.photo-caption,.stamp{position:absolute;display:flex}.stamp{right:25px;top:25px;width:112px;height:112px;border-radius:50%;background:var(--lime);color:var(--forest);flex-direction:column;align-items:center;justify-content:center;font-size:8px;letter-spacing:1px;line-height:1.2;transform:rotate(12deg)}.stamp strong{font-size:29px;letter-spacing:-1px}.trust{display:flex;justify-content:space-around;gap:20px;padding:29px 5%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:13px}.trust b{margin-right:12px}.section{padding:90px 6%;scroll-margin-top:20px}h2{font-size:clamp(33px,3.8vw,54px);font-weight:500;line-height:1.1;letter-spacing:-2px;white-space:pre-line;margin:0 0 24px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:40px}.section-heading>p{max-width:380px;color:var(--muted);font-size:15px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.card-image{height:250px;position:relative;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.cards article:hover img{transform:scale(1.025)}.card-image>span{position:absolute;top:14px;left:14px;background:var(--paper);padding:9px;font-size:11px}h3{font-size:23px;letter-spacing:-.6px;font-weight:500;margin:24px 0 10px}.cards p{color:var(--muted);font-size:14px;min-height:48px}.card-link{display:flex;justify-content:space-between;border-bottom:1px solid #aeb5a1;padding:17px 0;font-size:12px;font-weight:600}.extra{font-size:13px;margin:30px 0 0;color:var(--muted)}.emergency{background:var(--lime);padding:30px 6%;display:flex;justify-content:space-between;align-items:center}.emergency h3{margin:0}.emergency p{font-size:13px;margin-bottom:0}.emergency>a{font-size:29px;letter-spacing:-1px}.emergency>a span{margin-left:35px}.about{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center}.about-photo{position:relative;height:490px}.about-photo img{width:100%;height:100%;object-fit:cover}.about-photo>span{position:absolute;bottom:22px;left:22px;background:var(--paper);padding:17px 23px;letter-spacing:2px;font-size:12px}.about p:not(.eyebrow){font-size:15px;color:var(--muted);max-width:440px}.area{background:#e9ecdf;display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center}.area p:not(.eyebrow){font-size:15px;max-width:410px;color:var(--muted)}.towns{display:grid;grid-template-columns:1fr 1fr;column-gap:30px}.towns>span{padding:22px 0;border-bottom:1px solid #bfc7b4;font-size:18px}.contact,.towns>span{display:flex;justify-content:space-between}.contact{background:var(--forest);color:var(--paper);gap:60px;align-items:center}.contact .eyebrow{color:var(--lime)}.contact p:not(.eyebrow){max-width:440px;color:#c7d0c2;font-size:15px}.contact-actions{display:flex;flex-direction:column;gap:22px;min-width:300px}.big-phone{font-size:36px;letter-spacing:-1px}.contact .button{background:var(--lime);color:var(--forest)}small{color:#c7d0c2}footer,small{font-size:11px}footer{background:#172e25;color:#b5bfb2;display:flex;justify-content:space-between;padding:30px 6%}@media(min-width:1600px){body{max-width:1700px;margin:auto}}@media(max-width:1000px){header{gap:20px}.header-phone{display:none}h1{letter-spacing:-3px}.hero{min-height:590px}.hero-image{min-height:530px}.actions{gap:15px;flex-wrap:wrap}.card-image{height:200px}.about{gap:5%}}@media(max-width:700px){header{height:auto;min-height:90px;padding:15px 6%;flex-wrap:wrap;gap:15px}.brand img{width:130px;max-height:55px}nav{order:3;width:100%;justify-content:space-between;gap:10px}.small,nav{font-size:12px}.small{padding:13px 15px;gap:16px}.hero{display:flex;flex-direction:column;padding:32px 6% 20px;gap:26px}.hero-copy{padding:0;width:100%}h1{font-size:57px;letter-spacing:-3px}.eyebrow{font-size:9px!important;letter-spacing:1.5px;margin-bottom:23px}.intro{font-size:15px}.actions{margin:25px 0}.hero-image{min-height:430px}.heritage,.trust{font-size:11px}.trust{display:grid;grid-template-columns:1fr 1fr;padding:24px 6%;gap:22px 10px}.section{padding:58px 6%}h2{font-size:37px;letter-spacing:-1.5px}.section-heading{display:block;margin-bottom:25px}.cards{grid-template-columns:1fr;gap:34px}.card-image{height:260px}.cards p{min-height:0}.emergency{align-items:flex-start;flex-direction:column;gap:20px;padding:28px 6%}.about{grid-template-columns:1fr;gap:32px}.about-photo{height:320px}.area{grid-template-columns:1fr;gap:20px}.towns>span{font-size:16px}.contact{flex-direction:column;align-items:flex-start;gap:20px}.contact-actions{min-width:0;width:100%}.big-phone{font-size:35px}footer{gap:22px;line-height:1.6;flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}