:root {
  --slate: #46596b;
  --slate-dk: #354555;
  --ivory: #efece4;
  --ivory-dk: #e4e0d3;
  --ember: #9c3524;
  --ember-dk: #7d2a1c;
  --ink: #2d343b;
  --mut: #656e77;
  --ln: #d7d2c4;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #fdfcf9;
  font-size: 16.5px;
  line-height: 1.68;
}

h1, h2, h3, h4 {
  font-family: 'Goudy Old Style', 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  color: var(--slate-dk);
  line-height: 1.18;
  font-weight: normal;
}
h1 b, h2 b, h3 b { font-weight: bold; }
a { color: var(--ember); }

.lc-kick {
  display: block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 7px;
}

.lc-h2 { margin-bottom: 16px; }
.lc-h2 h2 { font-size: 29px; }
.lc-h2::after {
  content: "";
  display: block;
  width: 168px;
  height: 11px;
  margin-top: 9px;
  background-image:
    repeating-linear-gradient(90deg, var(--ember) 0 22px, transparent 22px 27px),
    repeating-linear-gradient(90deg, transparent 0 11px, var(--ember) 11px 33px, transparent 33px 38px);
  background-size: 100% 5px, 100% 5px;
  background-position: 0 0, 0 6px;
  background-repeat: no-repeat;
  opacity: .85;
}
.lc-h2.mid { text-align: center; }
.lc-h2.mid::after { margin-left: auto; margin-right: auto; }

.lc-hd { background: var(--ivory); border-bottom: 3px solid var(--slate); }
.lc-hd-in { max-width: 1040px; margin: 0 auto; padding: 16px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.lc-brand { text-decoration: none; }
.lc-brand b { font-family: 'Goudy Old Style', 'Palatino Linotype', Palatino, Georgia, serif; font-size: 25px; color: var(--slate-dk); display: block; line-height: 1.04; font-weight: bold; }
.lc-brand small { font-size: 12px; color: var(--ember); letter-spacing: 1.4px; text-transform: uppercase; }
.lc-menu { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.lc-menu nav { display: flex; gap: 15px; }
.lc-menu nav a { color: var(--slate-dk); text-decoration: none; font-size: 14.5px; border-bottom: 2px solid transparent; padding-bottom: 2px; }
.lc-menu nav a:hover { border-bottom-color: var(--ember); }
.lc-tel {
  background: var(--slate); color: var(--ivory); text-decoration: none; font-weight: bold;
  padding: 10px 17px; border-radius: 3px; font-size: 15px;
}
.lc-tel:hover { background: var(--slate-dk); }

.lc-hero { background: var(--slate); color: var(--ivory); padding: 54px 22px 46px; }
.lc-hero-in { max-width: 860px; margin: 0 auto; }
.lc-hero h1 { color: #fff; font-size: 40px; margin-bottom: 15px; }
.lc-hero .lc-kick { color: #e8b3a5; }
.lc-lede { font-size: 17.5px; color: #dfe4e9; max-width: 720px; margin-bottom: 24px; }
.lc-lede a { color: #f0c9be; }
.lc-acts { display: flex; gap: 13px; flex-wrap: wrap; }
.lc-btn {
  background: var(--ember); color: #fff; text-decoration: none; font-weight: bold;
  padding: 14px 26px; border-radius: 3px; font-size: 15.5px; display: inline-block;
  border: 2px solid var(--ember);
}
.lc-btn:hover { background: var(--ember-dk); border-color: var(--ember-dk); }
.lc-btn.pale { background: transparent; border-color: #aeb9c2; color: #fff; }
.lc-btn.pale:hover { background: rgba(255,255,255,.12); }
.lc-heroedge {
  height: 14px;
  background-image:
    repeating-linear-gradient(90deg, var(--slate) 0 46px, transparent 46px 52px),
    repeating-linear-gradient(90deg, transparent 0 23px, var(--slate) 23px 69px, transparent 69px 75px);
  background-size: 100% 6px, 100% 6px;
  background-position: 0 0, 0 8px;
  background-repeat: no-repeat;
}

.lc-sec { max-width: 1040px; margin: 0 auto; padding: 46px 22px; }
.lc-intro { color: var(--mut); max-width: 680px; margin-bottom: 28px; }

.lc-svcs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lc-svc { background: var(--ivory); border: 1px solid var(--ln); border-top: 5px solid var(--slate); padding: 22px 22px 18px; display: flex; flex-direction: column; }
.lc-svc h3 { font-size: 21.5px; margin-bottom: 8px; }
.lc-svc h3 a { color: var(--slate-dk); text-decoration: none; }
.lc-svc h3 a:hover { color: var(--ember); }
.lc-svc p { font-size: 14.5px; color: var(--mut); margin-bottom: 12px; }
.lc-svc .lc-go { font-weight: bold; font-size: 14px; margin-top: auto; text-decoration: none; color: var(--ember); }
.lc-svc .lc-go:hover { text-decoration: underline; }
.lc-svc .lc-band-price { font-family: 'Goudy Old Style', 'Palatino Linotype', Palatino, Georgia, serif; color: var(--slate-dk); font-size: 16.5px; margin-bottom: 10px; font-weight: bold; }

.lc-season { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ln); background: #fff; }
.lc-season > div { padding: 20px 20px 17px; border-left: 1px solid var(--ln); }
.lc-season > div:first-child { border-left: none; }
.lc-season b { display: block; font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--ember); margin-bottom: 4px; }
.lc-season strong { font-family: 'Goudy Old Style', 'Palatino Linotype', Palatino, Georgia, serif; font-size: 19px; color: var(--slate-dk); display: block; margin-bottom: 6px; font-weight: bold; }
.lc-season p { font-size: 14px; color: var(--mut); margin: 0; }

.lc-prose { max-width: 740px; margin: 0 auto; }
.lc-prose h2 { font-size: 27px; }
.lc-prose .lc-h2 { margin-top: 30px; }
.lc-prose p, .lc-prose li { margin-bottom: 13px; }
.lc-prose ul, .lc-prose ol { padding-left: 25px; }
.lc-crumb { font-size: 13px; color: var(--mut); margin-bottom: 22px; }
.lc-crumb a { color: var(--mut); }

.lc-anat { margin: 18px 0 24px; border: 1px solid var(--ln); background: #fff; }
.lc-anat > div { display: grid; grid-template-columns: 180px 1fr; border-top: 1px solid var(--ln); }
.lc-anat > div:first-child { border-top: none; }
.lc-anat dt {
  font-family: 'Goudy Old Style', 'Palatino Linotype', Palatino, Georgia, serif;
  font-weight: bold; font-size: 17px; color: var(--slate-dk);
  background: var(--ivory); padding: 13px 16px; border-right: 4px solid var(--ember);
}
.lc-anat dd { padding: 13px 16px; font-size: 14.5px; color: var(--mut); }

.lc-tbl { width: 100%; border-collapse: collapse; margin: 16px 0 22px; font-size: 15px; background: #fff; }
.lc-tbl th { font-family: 'Goudy Old Style', 'Palatino Linotype', Palatino, Georgia, serif; text-align: left; background: var(--slate); color: var(--ivory); padding: 10px 13px; font-size: 16px; }
.lc-tbl td { padding: 11px 13px; border-bottom: 1px solid var(--ln); vertical-align: top; }
.lc-tbl td:first-child { font-weight: bold; color: var(--slate-dk); }

.lc-note { background: var(--ivory); border-left: 5px solid var(--ember); padding: 15px 18px; margin: 18px 0; font-size: 15px; }
.lc-note b { color: var(--slate-dk); }

.lc-towns { display: flex; flex-wrap: wrap; gap: 10px 12px; }
.lc-towns.mid { justify-content: center; }
.lc-towns a {
  color: var(--slate-dk); font-size: 14.5px; font-weight: bold; text-decoration: none;
  background: var(--ivory); border: 1px solid var(--ln); border-bottom: 3px solid var(--slate);
  padding: 8px 16px;
}
.lc-towns a:hover { border-bottom-color: var(--ember); color: var(--ember); }

.lc-faq details { border: 1px solid var(--ln); border-left: 5px solid var(--slate); background: #fff; margin-bottom: 11px; padding: 4px 17px; }
.lc-faq summary { cursor: pointer; font-family: 'Goudy Old Style', 'Palatino Linotype', Palatino, Georgia, serif; font-weight: bold; font-size: 17.5px; color: var(--slate-dk); padding: 10px 0; }
.lc-faq .lc-a { padding: 0 0 13px; color: var(--mut); font-size: 15px; }

.lc-cta { background: var(--slate-dk); text-align: center; padding: 46px 22px; }
.lc-cta h2 { color: #fff; font-size: 28px; margin-bottom: 9px; }
.lc-cta p { color: #c6ced6; margin-bottom: 20px; max-width: 640px; margin-left: auto; margin-right: auto; }
.lc-cta p a { color: #f0c9be; }

.lc-form { max-width: 590px; margin: 0 auto; display: grid; gap: 16px; }
.lc-form label { font-weight: bold; font-size: 13.5px; display: block; margin-bottom: 5px; color: var(--slate-dk); letter-spacing: .3px; }
.lc-form input, .lc-form select, .lc-form textarea {
  width: 100%; padding: 12px 13px; border: 1px solid #bfb9a9; border-radius: 3px;
  background: #fff; font-family: inherit; font-size: 15.5px; color: var(--ink);
}
.lc-form input:focus, .lc-form select:focus, .lc-form textarea:focus { border-color: var(--slate); outline: 2px solid rgba(70,89,107,.25); }
.lc-form button {
  background: var(--ember); color: #fff; border: 2px solid var(--ember); border-radius: 3px; padding: 15px;
  font-family: inherit; font-weight: bold; font-size: 16px; cursor: pointer;
}
.lc-form button:hover { background: var(--ember-dk); border-color: var(--ember-dk); }

.lc-ft { background: var(--slate); color: #ccd4db; margin-top: 34px; text-align: center; }
.lc-ft-in { max-width: 860px; margin: 0 auto; padding: 34px 22px 20px; }
.lc-ft-in h4 { color: #fff; font-size: 19px; margin-bottom: 4px; }
.lc-ft-tel { font-family: 'Goudy Old Style', 'Palatino Linotype', Palatino, Georgia, serif; font-weight: bold; font-size: 20px; color: #f0c9be; text-decoration: none; display: inline-block; margin: 6px 0 2px; }
.lc-ft-hrs { font-size: 12.5px; color: #aab4bd; }
.lc-ft-row { margin-top: 15px; font-size: 14px; }
.lc-ft-row a { color: #e6eaee; text-decoration: none; margin: 0 9px; line-height: 2.1; }
.lc-ft-row a:hover { color: #f0c9be; text-decoration: underline; }
.lc-ft-row.towns a { color: #c2cbd3; font-size: 13.5px; }
.lc-ft-base { border-top: 1px solid #5a6c7d; padding: 13px; font-size: 12.5px; color: #aab4bd; }

.lc-bar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0;
  background: var(--ember); color: #fff; text-align: center; text-decoration: none;
  font-weight: bold; font-size: 15.5px; padding: 15px; z-index: 60;
}

@media (max-width: 880px) {
  .lc-menu nav { display: none; }
  .lc-hd-in { justify-content: center; text-align: center; }
  .lc-hero h1 { font-size: 30px; }
  .lc-svcs { grid-template-columns: 1fr; }
  .lc-season { grid-template-columns: 1fr; }
  .lc-season > div { border-left: none; border-top: 1px solid var(--ln); }
  .lc-season > div:first-child { border-top: none; }
  .lc-anat > div { grid-template-columns: 1fr; }
  .lc-anat dt { border-right: none; border-bottom: 3px solid var(--ember); }
  .lc-bar { display: block; }
  body { padding-bottom: 52px; }
}

.lc-fig { margin: 26px 0 8px; }
.lc-fig img { width: 100%; height: auto; display: block; border: 4px solid #fff; outline: 1px solid var(--ln); }
.lc-fig figcaption { font-variant: small-caps; letter-spacing: 1.5px; font-size: 13px; color: var(--mut); padding-top: 8px; }
.lc-fig.solo { max-width: 1020px; margin: 0 auto; padding: 0 20px 36px; }
