
:root{--red:#c71920;--red-dark:#981218;--ink:#141414;--muted:#676767;--paper:#fff;--soft:#f6f6f4;--line:#e7e7e4;--max:1180px;--radius:18px;--shadow:0 18px 55px rgba(0,0,0,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(var(--max),calc(100% - 42px));margin:auto}.topbar{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.94);backdrop-filter:blur(15px);border-bottom:1px solid rgba(0,0,0,.06)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{width:285px}.navlinks{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:760}.navlinks a{position:relative;padding:11px 0}.navlinks a:not(.btn):hover:after,.navlinks a.active:not(.btn):after{content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;background:var(--red)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:14px 22px;background:var(--red);color:#fff;font-weight:800;border:1px solid var(--red);transition:.2s}.btn:hover{transform:translateY(-1px);background:var(--red-dark);border-color:var(--red-dark)}.btn.ghost{background:#fff;color:var(--ink);border-color:#cfcfcb}.mobile-menu{display:none;border:0;background:none;font-size:28px}.hero{min-height:650px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 29%,rgba(255,255,255,.30) 60%,rgba(255,255,255,.02) 100%),url('hero-road.jpg') center/cover no-repeat}.hero-copy{padding:88px 0;max-width:600px}.eyebrow{text-transform:uppercase;color:var(--red);font-weight:850;letter-spacing:.14em;font-size:12px}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:76px;line-height:.97;letter-spacing:-.04em;margin:10px 0 22px}.hero p{font-size:21px;max-width:560px;margin:0 0 28px;color:#2d2d2d}.promise{display:flex;gap:22px;flex-wrap:wrap;margin:25px 0 30px;font-weight:750;font-size:14px}.promise span{padding-left:17px;position:relative}.promise span:before{content:"";width:7px;height:7px;background:var(--red);border-radius:50%;position:absolute;left:0;top:.6em}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.section{padding:90px 0}.section.soft{background:var(--soft)}.section-title{max-width:780px;margin:0 auto 46px;text-align:center}.section-title h2{font-family:Georgia,"Times New Roman",serif;font-size:50px;line-height:1.03;margin:7px 0 14px;letter-spacing:-.03em}.section-title p{font-size:18px;color:var(--muted);margin:0 auto;max-width:680px}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.story{padding:34px 8px;border-top:1px solid var(--line)}.story .num{font-family:Georgia,serif;font-size:42px;color:var(--red)}.story h3{font-family:Georgia,serif;font-size:29px;margin:10px 0}.story p{color:var(--muted);margin:0}.photo-band{display:grid;grid-template-columns:1.15fr .85fr;min-height:520px}.photo-band .image{background:url('vermont-panorama.jpg') center/cover no-repeat}.photo-band .copy{padding:70px;display:flex;flex-direction:column;justify-content:center;background:#111;color:#fff}.photo-band h2{font-family:Georgia,serif;font-size:48px;line-height:1.05;margin:10px 0 18px}.photo-band p{color:#ddd;font-size:18px}.photo-band .btn{align-self:flex-start;margin-top:12px}.service-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.service-row{padding:30px 24px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:56px 1fr;gap:20px}.service-row:nth-child(odd){border-right:1px solid var(--line)}.service-icon{width:44px;height:44px;border:1px solid var(--red);border-radius:50%;display:grid;place-items:center;color:var(--red);font-size:21px;font-weight:900}.service-row h3{margin:0 0 6px;font-size:20px}.service-row p{margin:0;color:var(--muted)}.page-hero{height:330px;color:#fff;display:flex;align-items:flex-end;padding-bottom:42px;background-position:center;background-size:cover;position:relative}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.24))}.page-hero .container{position:relative;z-index:1}.page-hero h1{font-family:Georgia,serif;font-size:58px;line-height:1;margin:0 0 8px}.page-hero p{font-size:18px;color:#eee;margin:0}.page-hero.services{background-image:url('forest-trail.jpg')}.page-hero.areas{background-image:url('vermont-panorama.jpg')}.page-hero.pricing{background-image:url('hero-road.jpg')}.page-hero.about{background-image:url('vermont-panorama.jpg')}.page-hero.contact{background-image:url('hero-road.jpg')}.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.portrait{position:sticky;top:110px}.portrait img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/5;object-fit:cover;object-position:center 18%}.about-copy h2{font-family:Georgia,serif;font-size:56px;line-height:1;margin:8px 0}.about-copy .role{font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#777;margin-bottom:25px}.about-copy p{font-size:18px}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:38px 0}.value{padding-top:18px;border-top:2px solid var(--red)}.value h3{margin:0 0 7px}.value p{font-size:15px;color:var(--muted);margin:0}.notice{margin-top:28px;padding:22px 24px;background:#faf6f6;border-left:4px solid var(--red)}.notice strong{display:block;margin-bottom:6px}.price-table{width:100%;border-collapse:collapse;font-size:17px}.price-table th{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#777;text-align:left;padding:14px 8px;border-bottom:2px solid var(--ink)}.price-table td{padding:20px 8px;border-bottom:1px solid var(--line)}.price-table td:last-child{text-align:right;font-weight:850}.price-note{margin-top:28px;color:var(--muted)}.area-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.area{padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:150px}.area h3{font-family:Georgia,serif;font-size:25px;margin:0 0 8px}.area p{margin:0;color:var(--muted)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}.contact-big{font-family:Georgia,serif;font-size:46px;line-height:1.1;margin:0 0 24px}.contact-actions{display:flex;flex-direction:column;gap:12px;margin:28px 0}.contact-actions a{font-size:19px;font-weight:780}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:760;font-size:14px}.field input,.field textarea{font:inherit;padding:14px 15px;border:1px solid #d2d2cf;border-radius:10px}.field textarea{min-height:140px}.small{font-size:13px;color:var(--muted)}.cta{background:#111;color:#fff;padding:52px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-family:Georgia,serif;font-size:38px;margin:0 0 6px}.cta p{margin:0;color:#ccc}.cta .contact-big{font-family:inherit;color:#fff;font-size:28px;margin:0}.footer{background:#0b0b0b;color:#cfcfcf;padding:44px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:45px}.footer .brand img{filter:grayscale(1) brightness(3.2);width:260px}.footer h4{color:#fff;margin:0 0 12px}.footer a{display:block;margin:6px 0;color:#d5d5d5;font-size:14px}.footer p{font-size:14px}.copyright{border-top:1px solid #2b2b2b;margin-top:30px;padding-top:17px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#888}.reveal{opacity:0;transform:translateY(18px);transition:.55s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:920px){.navlinks{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.navlinks.open{display:flex}.mobile-menu{display:block}.brand img{width:245px}.hero{min-height:560px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.78)),url('hero-road.jpg') center/cover no-repeat}.hero h1{font-size:58px}.story-grid,.values,.area-grid{grid-template-columns:1fr 1fr}.photo-band{grid-template-columns:1fr}.photo-band .image{min-height:370px}.service-list{grid-template-columns:1fr}.service-row:nth-child(odd){border-right:0}.about-grid,.contact-grid{grid-template-columns:1fr}.portrait{position:static;max-width:560px}.footer-grid{grid-template-columns:1fr 1fr}.cta-inner{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.container{width:min(var(--max),calc(100% - 28px))}.nav{height:72px}.navlinks{top:72px}.brand img{width:210px}.hero{min-height:520px}.hero-copy{padding:64px 0}.hero h1{font-size:47px}.hero p{font-size:18px}.section{padding:64px 0}.section-title h2{font-size:40px}.story-grid,.values,.area-grid,.form-grid,.footer-grid{grid-template-columns:1fr}.photo-band .copy{padding:42px 28px}.photo-band h2{font-size:38px}.page-hero{height:250px}.page-hero h1{font-size:43px}.about-copy h2{font-size:46px}.contact-big{font-size:36px}.copyright{flex-direction:column}}

/* Launch Edition final hero refinements */
.hero-copy .eyebrow{display:none}
.hero h1{
  font-family:Georgia,"Times New Roman",serif;
  font-size:68px;
  line-height:1.00;
  max-width:650px;
  letter-spacing:-.035em;
  margin:0 0 18px;
}
.hero-copy > p{
  font-size:19px;
  line-height:1.55;
  max-width:520px;
  margin-bottom:28px;
}
.hero-copy > p em{
  display:block;
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  line-height:1.15;
  margin-bottom:18px;
  font-weight:400;
}
@media(max-width:620px){
  .hero h1{font-size:44px}
  .hero-copy > p em{font-size:28px}
}
