/* Terry & Michelle paint-stave preview. Unique to this Fayetteville shop. */
:root {
  --ink: #22181c;
  --muted: #5d564c;
  --paper: #f6edd9;
  --card: #fffaf0;
  --pine: #3a4d2c;
  --lime: #97b53a;
  --clay: #c94a1d;
  --blue: #1d4f9c;
  --grape: #5c4274;
  --rule: #d9cbb0;
  --focus: #1d4f9c;
  --display: "Zilla Slab", "Palatino Linotype", Palatino, serif;
  --body: "Figtree", "Segoe UI", Helvetica, Arial, sans-serif;
  --script: "Hurricane", "Segoe Script", cursive;
  --stave: 14px;
  --max: 68rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); }
a:hover { color: var(--clay); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }

.skip {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  background: var(--ink);
  color: var(--paper);
  padding: 0.5rem 0.85rem;
  z-index: 100;
  text-decoration: none;
}
.skip:focus { top: 0.75rem; }

.stave { display: flex; height: 10px; }
.stave i { flex: 1; }
.stave i:nth-child(1) { background: var(--lime); }
.stave i:nth-child(2) { background: var(--clay); }
.stave i:nth-child(3) { background: var(--blue); }
.stave i:nth-child(4) { background: var(--grape); }

@media (min-width: 900px) {
  .stave {
    position: fixed;
    left: 0; top: 0; bottom: 0;
    width: var(--stave);
    height: auto;
    flex-direction: column;
    z-index: 40;
  }
  body { padding-left: var(--stave); }
}

.wrap { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }

.site-header {
  background: var(--card);
  border-bottom: 1px solid var(--rule);
  position: sticky;
  top: 0;
  z-index: 30;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
}
.brand {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.65rem;
  text-decoration: none;
  color: inherit;
}
.brand img, .brand svg {
  grid-row: 1 / span 2;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 6px;
}
.brand-names {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
.brand-names em {
  font-family: var(--script);
  font-style: normal;
  font-weight: 400;
  color: var(--clay);
  font-size: 1.45rem;
  line-height: 0.6;
  padding: 0 0.1em;
}
.brand-llc {
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-toggle {
  appearance: none;
  border: 2px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 0.7rem;
  cursor: pointer;
}
.nav-toggle[aria-expanded="true"] { background: var(--ink); color: var(--paper); }

.site-nav {
  display: none;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0 0 1rem;
}
.site-nav.is-open { display: flex; }
.site-nav a {
  text-decoration: none;
  color: var(--ink);
  padding: 0.55rem 0.2rem;
  border-bottom: 1px solid var(--rule);
  font-weight: 600;
}
.site-nav a[aria-current="page"] { color: var(--clay); }
.site-nav .tel-nav {
  color: var(--blue);
  font-variant-numeric: tabular-nums;
}

@media (min-width: 800px) {
  .nav-toggle { display: none; }
  .site-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.1rem;
    padding: 0;
  }
  .site-nav a { border: 0; padding: 0.2rem 0; font-size: 0.95rem; }
}

.poster { padding: 2.4rem 0 2rem; position: relative; }
.poster::after {
  content: "";
  position: absolute;
  right: -8%;
  top: 1.5rem;
  width: 42%;
  height: 7rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 60'%3E%3Cpath d='M4 40c30-22 70-28 110-18 28 7 50 10 82 2' fill='none' stroke='%231d4f9c' stroke-width='14' stroke-linecap='round' opacity='0.18'/%3E%3C/svg%3E") no-repeat right center / contain;
  pointer-events: none;
}
.eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pine);
  font-weight: 700;
}
.poster h1 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2.2rem, 7vw, 4.1rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  max-width: 14ch;
}
.lede {
  max-width: 38rem;
  color: var(--muted);
  margin: 0 0 1.4rem;
  font-size: 1.08rem;
}
.lede q { color: var(--ink); }

.dial { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-bottom: 0.85rem; }
.dial a, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  padding: 0.72rem 1rem;
  border-radius: 2px;
}
.dial a:first-child, .btn-primary {
  background: var(--clay);
  color: #fff8f3;
  border: 2px solid var(--clay);
}
.dial a:first-child:hover, .btn-primary:hover { background: #a83b14; color: #fff; }
.dial a:last-child, .btn-ghost {
  background: transparent;
  color: var(--blue);
  border: 2px solid var(--blue);
}
.dial a:last-child:hover, .btn-ghost:hover { background: var(--blue); color: #fff; }
.hours-line { margin: 0; font-size: 0.92rem; color: var(--muted); }

.chips { padding: 0 0 2.5rem; }
.chips h2, .band h2, .work h2, .page-head h1 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  margin: 0 0 1rem;
}
.chip-grid { display: grid; grid-template-columns: 1fr; gap: 0.75rem; }
@media (min-width: 640px) { .chip-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .chip-grid { grid-template-columns: 1fr 1fr 1fr; } }

.chip {
  background: var(--card);
  border: 1px solid var(--rule);
  padding: 1rem 1rem 1.1rem 1.15rem;
  border-left-width: 10px;
  text-decoration: none;
  color: inherit;
  display: block;
}
.chip:nth-child(1) { border-left-color: var(--blue); }
.chip:nth-child(2) { border-left-color: var(--clay); }
.chip:nth-child(3) { border-left-color: var(--lime); }
.chip:nth-child(4) { border-left-color: var(--grape); }
.chip:nth-child(5) { border-left-color: var(--pine); }
.chip:nth-child(6) { border-left-color: var(--blue); }
.chip h3 {
  margin: 0 0 0.3rem;
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 600;
}
.chip p { margin: 0; color: var(--muted); font-size: 0.95rem; }

.band { background: var(--pine); color: #f3efe4; padding: 2rem 0; }
.band-grid { display: grid; gap: 1.4rem; }
@media (min-width: 760px) {
  .band-grid { grid-template-columns: 10rem 1fr; align-items: center; }
}
.band img {
  width: 10rem;
  height: 13rem;
  object-fit: cover;
  border: 6px solid #f6edd9;
  box-shadow: 4px 6px 0 rgba(0,0,0,0.18);
  transform: rotate(-2deg);
  justify-self: center;
}
.band h2 { color: #f6edd9; }
.band p { margin: 0 0 0.8rem; }
.band .btn-ghost { color: #f6edd9; border-color: #f6edd9; }
.band .btn-ghost:hover { background: #f6edd9; color: var(--pine); }
.kicker {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9d4b6;
  margin: 0 0 0.35rem;
  font-weight: 700;
}

.work { padding: 2.3rem 0; }
.work-grid { display: grid; gap: 1rem; }
@media (min-width: 700px) { .work-grid { grid-template-columns: 1fr 1fr 1fr; } }
.work figure { margin: 0; }
.work figcaption { font-size: 0.82rem; color: var(--muted); margin-top: 0.4rem; }
.work img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--rule);
}
.note { font-size: 0.88rem; color: var(--muted); max-width: 40rem; }

.page-head { padding: 2rem 0 0.4rem; }
.page-head p { color: var(--muted); max-width: 40rem; }

.service-list { display: grid; gap: 1.1rem; padding: 0 0 2.4rem; }
.service {
  background: var(--card);
  border: 1px solid var(--rule);
  padding: 1.15rem 1.2rem 1.2rem;
  border-top: 8px solid var(--blue);
}
.service:nth-child(2) { border-top-color: var(--clay); }
.service:nth-child(3) { border-top-color: var(--lime); }
.service:nth-child(4) { border-top-color: var(--grape); }
.service:nth-child(5) { border-top-color: var(--pine); }
.service:nth-child(6) { border-top-color: var(--blue); }
.service:nth-child(7) { border-top-color: var(--clay); }
.service:nth-child(8) { border-top-color: var(--lime); }
.service h2 {
  margin: 0 0 0.4rem;
  font-family: var(--display);
  font-size: 1.35rem;
}
.service p { margin: 0; color: var(--muted); }

.split { display: grid; gap: 1.5rem; padding-bottom: 2.4rem; }
@media (min-width: 800px) {
  .split { grid-template-columns: 1.1fr 0.9fr; align-items: start; }
}
.card {
  background: var(--card);
  border: 1px solid var(--rule);
  padding: 1.2rem;
}
.card h2 { font-family: var(--display); margin: 0 0 0.7rem; font-size: 1.4rem; }
.card dl { margin: 0; }
.card dt {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  margin-top: 0.85rem;
}
.card dt:first-child { margin-top: 0; }
.card dd { margin: 0.15rem 0 0; }
.card a.big {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--clay);
}
.card a.big:hover { color: var(--blue); }
.loc-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--rule);
}

.about-story { padding-bottom: 2.4rem; }
.about-story p { max-width: 42rem; }
.portrait {
  width: 10rem;
  border: 6px solid #fffaf0;
  box-shadow: 4px 6px 0 rgba(34,24,28,0.12);
  transform: rotate(-2deg);
  margin: 0 0 1.2rem;
}
.aside {
  background: var(--card);
  border-left: 8px solid var(--grape);
  padding: 1rem 1.1rem;
  margin: 1.4rem 0 0;
  max-width: 42rem;
}
.aside h2 { font-family: var(--display); font-size: 1.15rem; margin: 0 0 0.4rem; }
.aside p { margin: 0; color: var(--muted); }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1rem; }

.site-footer {
  background: var(--ink);
  color: #e8dfd0;
  padding: 1.8rem 0 2rem;
  font-size: 0.95rem;
}
.site-footer a { color: #f0c9b4; }
.site-footer a:hover { color: #fff; }
.foot-grid { display: grid; gap: 1rem; }
@media (min-width: 700px) {
  .foot-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}
.site-footer h2 {
  font-family: var(--display);
  font-size: 1.1rem;
  margin: 0 0 0.4rem;
  color: #f6edd9;
}
.site-footer p, .site-footer ul { margin: 0; padding: 0; list-style: none; }
.legal {
  margin-top: 1.3rem;
  padding-top: 1rem;
  border-top: 1px solid #3a3234;
  color: #b7aea3;
  font-size: 0.82rem;
}
