:root{
  --cream:#F8F5EE;
  --forest:#33452F;
  --forest-dark:#2E352B;
  --ink:#43493F;
  --sage:#7A9470;
  --sage-deep:#6B8560;
  --sage-mist:#C9D4C2;
  --sage-tint:#E4EBDE;
  --sage-faint:#A9B5A3;
  --moss:#7E8877;
  --honey:#EDE3CB;
  --honey-line:#DCD2B8;
  --white:#FFFFFF;
  --brass:#C2A45C;
  --sage-label:#EAF0E4;
  --sep:#A8B2A0;
}

*,*::before,*::after{box-sizing:border-box}

html{-webkit-text-size-adjust:100%}

body{
  margin:0;
  background:#F8F5EE;
  color:#2E352B;
  font-size:16px;
  line-height:1.75;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  overflow-x:hidden;
}

h1,h2,h3,h4{font-family:Georgia,"Times New Roman",serif;line-height:1.25;color:#33452F;margin:0}
p{margin:0 0 14px}
a{color:#33452F}
img{max-width:100%}

.crumb-nav{
  position:sticky;
  top:0;
  z-index:60;
  background:#F8F5EE;
  border-bottom:1px solid #E4EBDE;
}

.crumb-nav.scrolled{box-shadow:0 10px 24px #EDE3CB;border-bottom-color:#D8CEB4}

.crumb-inner{
  max-width:1180px;
  margin:0 auto;
  padding:0 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  height:72px;
}

.brand{display:flex;align-items:center;gap:12px;text-decoration:none}

.brand-chip{
  width:36px;
  height:36px;
  border-radius:9px;
  background:#7A9470;
  position:relative;
  flex:none;
  display:inline-block;
}

.chip-house{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:18px;height:12px}

.chip-house::before{content:"";position:absolute;left:0;bottom:0;width:18px;height:8px;background:#fff;border-radius:1px}

.chip-house::after{content:"";position:absolute;left:-1px;top:0;width:20px;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:9px solid #fff}

.brand-name{
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
  font-weight:700;
  color:#33452F;
  letter-spacing:.6px;
}

.crumb-links{display:flex;align-items:center;gap:13px;font-size:15px}

.crumb-links a{color:#43493F;text-decoration:none;font-weight:600;letter-spacing:.4px}

.crumb-links a:hover{
  color:#33452F;
  text-decoration:underline;
  text-decoration-color:#7A9470;
  text-decoration-thickness:2px;
  text-underline-offset:5px;
}

.crumb-links .sep{color:#A8B2A0;font-weight:400}

.nav-toggle{
  display:none;
  background:none;
  border:0;
  cursor:pointer;
  padding:10px;
  gap:5px;
  flex-direction:column;
}

.toggle-bar{display:block;width:24px;height:2px;background:#33452F;border-radius:2px}

.btn{
  display:inline-block;
  padding:14px 28px;
  border-radius:10px;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  letter-spacing:.3px;
  line-height:1;
}

.btn-primary{background:#7A9470;color:#fff}

.btn-primary:hover{background:#6B8560}

.btn-outline{background:#fff;color:#33452F;border:2px solid #33452F;padding:12px 26px}

.btn-outline:hover{background:#E4EBDE}

.mirror-hero{background:#F8F5EE;padding:84px 0 96px}

.mirror-wrap{
  max-width:1180px;
  margin:0 auto;
  padding:0 28px;
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:60px;
  align-items:center;
}

.cottage-scene{
  position:relative;
  height:480px;
  background:#fff;
  border:1px solid #E4EBDE;
  border-radius:18px;
  overflow:hidden;
}

.scene-sky{position:absolute;left:0;right:0;top:0;height:150px;background:#E4EBDE}

.scene-sun{
  position:absolute;
  top:30px;
  right:40px;
  width:52px;
  height:52px;
  border-radius:50%;
  background:#EDE3CB;
  border:6px solid #D8CEB4;
}

.mtn-back{
  position:absolute;
  bottom:88px;
  left:-40px;
  width:0;
  height:0;
  border-left:230px solid transparent;
  border-right:230px solid transparent;
  border-bottom:150px solid #C9D4C2;
}

.mtn-front{
  position:absolute;
  bottom:84px;
  right:-50px;
  width:0;
  height:0;
  border-left:250px solid transparent;
  border-right:250px solid transparent;
  border-bottom:160px solid #A9B5A3;
}

.pine{position:absolute;left:7%;bottom:90px;width:0;height:0}

.pine-trunk{position:absolute;left:-6px;bottom:-16px;width:12px;height:30px;background:#7E8877;border-radius:3px}

.pine-l1{
  position:absolute;
  left:-48px;
  bottom:2px;
  width:0;
  height:0;
  border-left:48px solid transparent;
  border-right:48px solid transparent;
  border-bottom:58px solid #7A9470;
}

.pine-l2{
  position:absolute;
  left:-38px;
  bottom:40px;
  width:0;
  height:0;
  border-left:38px solid transparent;
  border-right:38px solid transparent;
  border-bottom:46px solid #6B8560;
}

.pine-l3{
  position:absolute;
  left:-28px;
  bottom:68px;
  width:0;
  height:0;
  border-left:28px solid transparent;
  border-right:28px solid transparent;
  border-bottom:34px solid #7A9470;
}

.scene-ground{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:90px;
  background:#E4EBDE;
  border-top:2px solid #C9D4C2;
}

.cottage{position:absolute;right:14%;bottom:84px;width:176px;height:114px}

.cottage-chimney{position:absolute;right:20px;top:-38px;width:24px;height:48px;background:#7E8877;border-radius:3px}

.chimney-smoke{
  position:absolute;
  right:14px;
  top:-62px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#D8CEC0;
}

.chimney-smoke-1{right:28px;top:-76px;width:12px;height:12px}

.cottage-roof{
  position:absolute;
  left:-12px;
  top:0;
  width:0;
  height:0;
  border-left:100px solid transparent;
  border-right:100px solid transparent;
  border-bottom:58px solid #33452F;
}

.cottage-wall{
  position:absolute;
  left:0;
  right:0;
  top:52px;
  bottom:0;
  background:#EDE3CB;
  border:2px solid #C9D4C2;
  border-radius:4px;
}

.cottage-door{
  position:absolute;
  left:62px;
  bottom:0;
  width:46px;
  height:78px;
  background:#33452F;
  border-radius:8px 8px 0 0;
}

.cottage-door::after{
  content:"";
  position:absolute;
  right:8px;
  top:40px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#EDE3CB;
}

.cottage-window{
  position:absolute;
  right:24px;
  bottom:40px;
  width:40px;
  height:40px;
  background:#F8F5EE;
  border:3px solid #33452F;
  border-radius:4px;
}

.cottage-window::before{content:"";position:absolute;left:0;right:0;top:50%;height:2px;background:#33452F}

.cottage-window::after{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:#33452F}

.firepit{position:absolute;left:24%;bottom:30px;width:112px;height:44px}

.fire-stones{position:absolute;left:0;bottom:0;width:112px;height:24px;background:#5F6B59;border-radius:14px}

.fire-logs{position:absolute;left:18px;bottom:8px;width:76px;height:7px;background:#5F4A2F;border-radius:6px;z-index:1}

.flame{
  position:absolute;
  bottom:12px;
  width:0;
  height:0;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-bottom:34px solid #EDE3CB;
  z-index:2;
}

.flame-1{left:22px}

.flame-2{left:42px;border-bottom-color:#7A9470;border-bottom-width:28px;bottom:16px}

.flame-3{left:62px;border-bottom-color:#B9CCB0;border-bottom-width:24px;bottom:14px}

.brass-key{
  position:absolute;
  left:30%;
  bottom:210px;
  width:76px;
  height:22px;
  background:#C2A45C;
  border-radius:5px;
  transform:rotate(-16deg);
}

.brass-key::before{
  content:"";
  position:absolute;
  left:-16px;
  top:-13px;
  width:36px;
  height:36px;
  border:8px solid #C2A45C;
  border-radius:50%;
}

.brass-key::after{
  content:"";
  position:absolute;
  right:6px;
  top:4px;
  width:12px;
  height:12px;
  background:#C2A45C;
  border-radius:2px;
}

.scene-rock{position:absolute;border-radius:10px;background:#A9B5A3}

.rock-1{left:16%;bottom:96px;width:30px;height:20px}

.rock-2{left:44%;bottom:120px;width:20px;height:14px;background:#C9D4C2}

.eyebrow{
  display:inline-block;
  background:#7A9470;
  color:#fff;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.6px;
  text-transform:uppercase;
  padding:8px 16px;
  border-radius:999px;
}

.mirror-copy h1{font-size:46px;color:#33452F;margin:22px 0 18px;letter-spacing:-.5px}

.mirror-copy h1 .accent{color:#7A9470}

.hero-sub{color:#43493F;font-size:17px;max-width:56ch}

.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}

.stat-line{
  list-style:none;
  margin:36px 0 0;
  padding:0;
  display:flex;
  align-items:center;
}

.stat-line li{display:flex;flex-direction:column;gap:2px;padding:0 28px}

.stat-line li:first-child{padding-left:0}

.stat-line li + li{border-left:1px solid #7A9470}

.stat-num{font-family:Georgia,"Times New Roman",serif;font-size:25px;font-weight:700;color:#33452F}

.stat-label{font-size:11.5px;letter-spacing:1.3px;text-transform:uppercase;color:#7E8877}

.band-tag{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:#7A9470;
}

.band-head h2{font-size:34px;margin:10px 0 14px}

.band-head p{color:#43493F;font-size:17px;max-width:680px}

.milestone-timeline{background:#F8F5EE;padding:96px 0}

.timeline-inner{max-width:1180px;margin:0 auto;padding:0 28px}

.milestones{
  list-style:none;
  margin:56px 0 0;
  padding:0;
  position:relative;
  max-width:860px;
}

.milestones::before{content:"";position:absolute;left:25px;top:8px;bottom:8px;width:2px;background:#7A9470}

.milestone{position:relative;padding:0 0 60px 100px}

.milestone:last-child{padding-bottom:0}

.milestone-node{
  position:absolute;
  left:13px;
  top:6px;
  width:26px;
  height:26px;
  border-radius:50%;
  background:#fff;
  border:6px solid #7A9470;
}

.year-badge{
  display:inline-block;
  background:#7A9470;
  color:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:1px;
  padding:6px 16px;
  border-radius:8px;
}

.milestone h3{font-size:24px;margin:14px 0 8px}

.milestone p{color:#43493F;font-size:16px;max-width:640px}

.timeline-outro{
  color:#7E8877;
  font-size:16px;
  max-width:640px;
  margin:44px 0 0 100px;
  padding:14px 0 14px 24px;
  border-left:2px solid #7A9470;
}

.metric-band{background:#7A9470;padding:64px 0}

.metrics{
  max-width:1180px;
  margin:0 auto;
  padding:0 28px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.metric{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 20px}

.metric + .metric::before{
  content:"";
  position:absolute;
  left:0;
  top:22%;
  bottom:22%;
  width:1px;
  background:#B9CCB0;
}

.metric-num{font-family:Georgia,"Times New Roman",serif;font-size:44px;font-weight:700;color:#fff;line-height:1.1}

.metric-label{
  font-size:12px;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:#EAF0E4;
  margin-top:6px;
}

.statement-band{background:#fff;padding:88px 0}

.statement-inner{
  max-width:920px;
  margin:0 auto;
  padding:0 28px;
}

.statement-text{
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  line-height:1.7;
  color:#33452F;
  max-width:820px;
  padding-left:26px;
  border-left:4px solid #7A9470;
  margin:0;
}

.cta-band{background:#EDE3CB;padding:88px 0}

.cta-inner{max-width:760px;margin:0 auto;padding:0 28px;text-align:center}

.cta-inner h2{font-size:36px;margin:0 0 14px}

.cta-inner p{color:#43493F;font-size:17px;max-width:560px;margin:0 auto 30px}

.stack-footer{background:#33452F;padding:72px 0 40px;text-align:center}

.footer-inner{max-width:980px;margin:0 auto;padding:0 28px}

.footer-brand{display:inline-flex;align-items:center;justify-content:center;gap:12px;text-decoration:none}

.footer-brand-name{
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  font-weight:700;
  color:#fff;
  letter-spacing:.6px;
}

.footer-statement{color:#C9D4C2;font-size:15px;margin:18px 0 26px}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px 26px;
  justify-content:center;
  margin:0 0 26px;
}

.footer-links a{color:#fff;text-decoration:none;font-size:14px;font-weight:600;letter-spacing:.3px}

.footer-links a:hover{color:#7A9470}

.footer-legal{color:#C9D4C2;font-size:13px;line-height:1.9;margin:0}

.footer-legal a{color:#C9D4C2;text-decoration:underline}

.footer-legal a:hover{color:#fff}

.page-hero{background:#E4EBDE;padding:76px 0 80px;border-bottom:1px solid #C9D4C2}

.page-hero-inner{max-width:1000px;margin:0 auto;padding:0 28px}

.page-hero h1{font-size:42px;margin:14px 0 14px}

.page-hero p{color:#43493F;font-size:17.5px;max-width:660px;margin:0}

.page-hero .page-tag{color:#6B8560}

.service-list{background:#F8F5EE;padding:84px 0}

.service-list-inner{
  max-width:1040px;
  margin:0 auto;
  padding:0 28px;
  display:grid;
  gap:26px;
}

.service-block{
  background:#fff;
  border:1px solid #E4EBDE;
  border-radius:16px;
  padding:34px 36px;
  display:grid;
  grid-template-columns:62px 1fr;
  gap:26px;
  align-items:start;
}

.service-num{
  width:56px;
  height:56px;
  border-radius:14px;
  background:#7A9470;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
}

.service-block h2{font-size:25px;margin:0 0 10px}

.service-block p{color:#43493F;font-size:16px;margin-bottom:10px}

.service-block p:last-child{margin-bottom:0}

.process-section{background:#fff;padding:84px 0}

.process-inner{max-width:1040px;margin:0 auto;padding:0 28px}

.process-steps{
  list-style:none;
  margin:44px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  counter-reset:step;
}

.process-step{background:#E4EBDE;border-radius:16px;padding:30px 24px;text-align:center}

.process-step::before{
  counter-increment:step;
  content:"0" counter(step);
  display:block;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  font-weight:700;
  color:#7A9470;
  margin-bottom:10px;
}

.process-step h3{font-size:18px;margin:0 0 8px}

.process-step p{color:#43493F;font-size:14.5px;margin:0;line-height:1.6}

.contact-layout{background:#F8F5EE;padding:80px 0}

.contact-grid{
  max-width:1100px;
  margin:0 auto;
  padding:0 28px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:40px;
  align-items:start;
}

.contact-card{background:#fff;border:1px solid #E4EBDE;border-radius:18px;padding:38px 40px}

.contact-card h2{font-size:24px;margin:0 0 22px}

.contact-form{display:grid;gap:18px}

.field{display:grid;gap:8px}

.field label{
  font-size:12.5px;
  font-weight:700;
  letter-spacing:.8px;
  text-transform:uppercase;
  color:#7E8877;
}

.field input,.field textarea{
  width:100%;
  border:1px solid #C9D4C2;
  border-radius:10px;
  padding:13px 15px;
  font-size:16px;
  font-family:inherit;
  color:#2E352B;
  background:#FDFCF8;
}

.field input:focus,.field textarea:focus{
  outline:2px solid #7A9470;
  outline-offset:0;
  border-color:#7A9470;
}

.field textarea{min-height:150px;resize:vertical}

.form-status{
  display:none;
  margin:0;
  font-size:14.5px;
  color:#33452F;
  background:#E4EBDE;
  border-radius:10px;
  padding:14px 16px;
}

.form-status.show{display:block}

.info-card{background:#EDE3CB;border:1px solid #DCD2B8;border-radius:18px;padding:38px 40px}

.info-card h2{font-size:22px;margin:0 0 20px}

.info-row{margin-bottom:24px}

.info-row:last-child{margin-bottom:0}

.info-label{
  font-size:11.5px;
  font-weight:700;
  letter-spacing:1.2px;
  text-transform:uppercase;
  color:#7E8877;
  margin-bottom:6px;
}

.info-value{color:#2E352B;font-size:16px;line-height:1.6}

.info-value a{color:#33452F;text-decoration:underline}

.hours-list{list-style:none;margin:0;padding:0}

.hours-list li{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:10px 0;
  border-bottom:1px solid #DCD2B8;
  font-size:15px;
  color:#2E352B;
}

.hours-list li:last-child{border-bottom:0}

.faq-section{background:#fff;padding:80px 0 88px}

.faq-inner{max-width:840px;margin:0 auto;padding:0 28px}

.faq-list{margin-top:36px}

.faq-item{background:#F8F5EE;border:1px solid #E4EBDE;border-radius:14px;margin-bottom:16px}

.faq-q{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  width:100%;
  background:none;
  border:0;
  text-align:left;
  cursor:pointer;
  padding:20px 24px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  font-weight:700;
  color:#33452F;
}

.faq-q::after{content:"+";font-family:Georgia,"Times New Roman",serif;font-size:24px;color:#7A9470;font-weight:400;flex:none}

.faq-item.open .faq-q::after{content:"–"}

.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}

.faq-a p{color:#43493F;font-size:15.5px;margin:0;padding:0 24px 22px}

.faq-item.open .faq-a{max-height:360px}

.fade-up{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}

.fade-up.visible{opacity:1;transform:none}

@media(max-width:960px){
  .mirror-wrap{grid-template-columns:1fr;gap:40px}
  .mirror-copy h1{font-size:38px}
  .metrics{grid-template-columns:1fr 1fr;gap:36px 0}
  .metric + .metric::before{display:none}
  .process-steps{grid-template-columns:1fr 1fr}
  .service-block{grid-template-columns:1fr;gap:16px}
  .contact-grid{grid-template-columns:1fr}
}

@media(max-width:720px){
  .crumb-inner{height:64px;padding:0 18px}
  .crumb-links{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    flex-direction:column;
    align-items:flex-start;
    gap:2px;
    background:#F8F5EE;
    border-bottom:1px solid #E4EBDE;
    padding:12px 28px 20px;
  }
  .crumb-nav.open .crumb-links{display:flex}
  .crumb-links .sep{display:none}
  .crumb-links a{display:block;padding:8px 0;font-size:16px}
  .nav-toggle{display:flex}
  .mirror-hero{padding:56px 0 64px}
  .mirror-copy h1{font-size:32px}
  .cottage-scene{height:340px}
  .milestone{padding-left:70px}
  .milestones::before{left:16px}
  .milestone-node{left:4px;width:24px;height:24px}
  .timeline-outro{margin-left:70px}
  .band-head h2{font-size:28px}
  .metric-num{font-size:34px}
  .statement-text{font-size:20px}
  .page-hero h1{font-size:32px}
  .process-steps{grid-template-columns:1fr}
  .contact-card,.info-card{padding:28px 24px}
  .cta-inner h2{font-size:28px}
  .footer-links{gap:8px 18px}
  .stack-footer{padding:56px 0 32px}
}

@media(max-width:480px){
  .metrics{grid-template-columns:1fr}
  .mirror-copy h1{font-size:28px}
  .stat-line li{padding:0 12px}
  .stat-line{flex-wrap:wrap;gap:12px 0}
  .brand-name{font-size:17px}
  .service-block{padding:26px 22px}
}
