@import url("/parchment-bg.css?v=5");
html,body{
  background-image:none !important;
  background-color:#f3ead8 !important;
}
html[data-theme="dark"],html[data-theme="dark"] body{
  background-color:#16110c !important;
}
.chrome-top{display:flex;align-items:center;gap:1.25rem;width:min(46rem,calc(100% - 1.5rem));margin:0 auto;padding:1.1rem 0;border-bottom:1px solid rgba(192,110,12,.35)}
.chrome-brand{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;min-width:6.6rem}
.chrome-brand img{width:3.1rem;height:3.1rem;object-fit:cover;border-radius:8px;border:2px solid #C06E0C}
.chrome-brand small{margin-top:.35rem;font-family:Palatino,"Times New Roman",serif;font-weight:700;font-size:.9rem;-webkit-text-stroke:1.2px #C06E0C;paint-order:stroke fill}
.chrome-page{font-family:Palatino,"Times New Roman",serif;font-size:1.3rem;font-weight:700;flex:1;-webkit-text-stroke:1.2px #C06E0C;paint-order:stroke fill}
.chrome-theme{margin-left:auto;background:transparent;border:1px solid rgba(192,110,12,.45);color:inherit;border-radius:999px;padding:.4rem .85rem;font:inherit;cursor:pointer}
.chrome-foot{width:min(46rem,calc(100% - 1.5rem));margin:1.5rem auto 0;padding:1.4rem 0 2.2rem;border-top:1px solid rgba(192,110,12,.35);font-size:.95rem}
.chrome-map{display:grid;grid-template-columns:1fr 1fr;gap:1rem 2rem}
.chrome-map ul{list-style:none;margin:0;padding:0}
.shell{width:min(46rem,calc(100% - 1.5rem)) !important;margin-left:auto !important;margin-right:auto !important;}
.hero-copy,.section-head{text-align:center;}
.well,.chrome-well,.pricing-form-card{text-align:left !important;}
.well label,.well .fine,.chrome-well label,.chrome-well .fine{text-align:left;}
.well .row,.chrome-well .row,.pricing-form-card{
  display:flex;flex-wrap:wrap;gap:.55rem;
  justify-content:space-between !important;align-items:center;
}
.well input[type=email],.well input[type=text],
.chrome-well input[type=email],.chrome-well input[type=text],
.pricing-form-card input[type=email]{
  text-align:left;margin:0;display:block;flex:1;min-width:12rem;
}
.well .btn-brass,.chrome-well .btn-brass,.pricing-form-card button,
.well .button-primary,.pricing-form-card .button-primary{
  margin-left:auto;margin-right:0;align-self:center;
  min-width:9.6rem;text-align:center;font-weight:800;
}
