:root {
  --ink: #20231f;
  --paper: #f4f0e6;
  --cream: #fffaf0;
  --red: #a53225;
  --red-dark: #74231b;
  --green: #33483a;
  --brass: #c19545;
  --line: #cfc6b3;
  --muted: #696a62;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 17px/1.65 Georgia, "Times New Roman", serif;
}
img { display: block; width: 100%; height: auto; }
a { color: var(--red-dark); text-underline-offset: .2em; }
a:hover { color: var(--red); }
.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 20; padding: .6rem 1rem; background: white; }

.utility {
  color: #f7f1e3;
  background: var(--green);
  font: 700 .76rem/1.3 Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.utility .wrap { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 1.25rem; }
.wrap { width: min(100%, var(--max)); margin-inline: auto; }
.site-header { background: var(--cream); border-bottom: 5px solid var(--red); }
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.25rem; }
.brand { color: var(--ink); text-decoration: none; }
.brand strong { display: block; font: 900 clamp(1.55rem, 4vw, 2.5rem)/.9 Arial Black, Arial, sans-serif; letter-spacing: -.05em; text-transform: uppercase; }
.brand span { color: var(--red); font: 700 .7rem/1 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
nav ul { display: flex; flex-wrap: wrap; gap: .3rem 1.2rem; margin: 0; padding: 0; list-style: none; }
nav a { color: var(--ink); font: 800 .82rem/1.3 Arial, sans-serif; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
nav a[aria-current="page"], nav a:hover { color: var(--red); border-bottom: 2px solid currentColor; }

.hero { position: relative; min-height: 560px; display: grid; align-items: end; color: white; background: #252821 center/cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,22,19,.9), rgba(20,22,19,.3)); }
.hero-home { background-image: url("/jlong-assets/img/storefront.jpg"); }
.hero-inner { position: relative; width: min(100%, var(--max)); margin: auto; padding: 6rem 1.25rem 4rem; }
.eyebrow { margin: 0 0 .7rem; color: var(--brass); font: 900 .74rem/1.2 Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.05; }
h1 { max-width: 850px; margin-bottom: 1rem; font: 900 clamp(2.8rem, 8vw, 6.8rem)/.9 Arial Black, Arial, sans-serif; letter-spacing: -.06em; text-transform: uppercase; }
h2 { font: 900 clamp(2rem, 5vw, 3.8rem)/.95 Arial Black, Arial, sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
h3 { font: 900 1.2rem/1.15 Arial, sans-serif; text-transform: uppercase; }
.hero p { max-width: 640px; font-size: 1.25rem; }
.button { display: inline-block; padding: .8rem 1.1rem; color: white; background: var(--red); border: 2px solid var(--red); font: 800 .78rem/1 Arial, sans-serif; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.button:hover { color: white; background: var(--red-dark); border-color: var(--red-dark); }
.button.alt { color: var(--ink); background: transparent; border-color: var(--ink); }

.section { padding: clamp(3.5rem, 8vw, 7rem) 1.25rem; }
.section.white { background: var(--cream); }
.section.dark { color: white; background: var(--green); }
.section-head { max-width: 760px; margin-bottom: 2.5rem; }
.grid { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card { overflow: hidden; background: var(--cream); border: 1px solid var(--line); }
.card img { aspect-ratio: 4/3; object-fit: cover; }
.card-body { padding: 1.35rem; }
.card .meta, .meta { color: var(--muted); font: 700 .72rem/1.4 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.card h3 a { color: inherit; text-decoration: none; }
.number { color: var(--red); font: 900 2rem/1 Arial Black, Arial, sans-serif; }
.rule { border-top: 1px solid var(--line); }
.split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; }
.split > div { padding: clamp(2rem, 6vw, 6rem); }
.split img { height: 100%; min-height: 460px; object-fit: cover; }
.facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 0; list-style: none; border-block: 1px solid var(--line); }
.facts li { padding: 1.5rem; border-right: 1px solid var(--line); }
.facts strong { display: block; font: 900 1.35rem Arial, sans-serif; }
.page-head { padding: 5rem 1.25rem 3rem; background: var(--cream); border-bottom: 1px solid var(--line); }
.page-head h1 { max-width: 1000px; color: var(--ink); font-size: clamp(2.7rem, 7vw, 5.7rem); }
.page-head p { max-width: 720px; font-size: 1.25rem; }
.feature-image { max-height: 620px; object-fit: cover; }
.service { padding: 1.5rem 0; border-top: 1px solid var(--line); }
.service:last-child { border-bottom: 1px solid var(--line); }
.service h3 { display: flex; gap: 1rem; justify-content: space-between; }
.service h3 span { color: var(--red); font-size: .7rem; letter-spacing: .08em; }

.article { max-width: 780px; margin: auto; padding: 4rem 1.25rem 7rem; }
.article .lede { font-size: 1.3rem; }
.article h2 { margin-top: 3rem; font-size: 2rem; }
.article h3 { margin-top: 2rem; }
.article li { margin-bottom: .7rem; }
.note { margin: 2rem 0; padding: 1.25rem 1.4rem; background: #e8e0cd; border-left: 5px solid var(--brass); }
.checklist { padding: 1.3rem 1.3rem 1.3rem 2.7rem; background: var(--cream); border: 1px solid var(--line); }
.article-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-family: Arial, sans-serif; font-weight: 700; }

.hours { width: 100%; border-collapse: collapse; }
.hours th, .hours td { padding: .75rem; text-align: left; border-bottom: 1px solid var(--line); }
.hours th { font-family: Arial, sans-serif; }
address { font-style: normal; }
footer { color: #eee8da; background: #252821; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; padding: 4rem 1.25rem; }
footer h2 { font-size: 1.6rem; }
footer a { color: #eee8da; }
footer ul { margin: 0; padding: 0; list-style: none; }
.copyright { padding: 1rem 1.25rem; color: #bbb7ac; border-top: 1px solid #464a42; font: .75rem Arial, sans-serif; }

@media (max-width: 850px) {
  .masthead { align-items: flex-start; flex-direction: column; }
  .grid-4, .grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .split { grid-template-columns: 1fr; }
  .split img { min-height: 320px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .utility .wrap { display: block; }
  .utility span:last-child { display: none; }
  .hero { min-height: 500px; }
  .grid-4, .grid-3, .grid-2, .facts, .footer-grid { grid-template-columns: 1fr; }
  .facts li { border-right: 0; border-bottom: 1px solid var(--line); }
  nav ul { gap: .65rem 1rem; }
  .article-nav { flex-direction: column; }
}
