/* The Drywall Artist, LLC — spec preview
   Plaster atelier: indigo pigment, ochre handle, oxide trowel.
   Joint-tape grid — not a navy contractor template. */

:root {
  --plaster: #f2ebe0;
  --mud: #e3d8c8;
  --wet: #c9bba6;
  --paper: #faf6ef;
  --soot: #1a1714;
  --graphite: #2c2824;
  --ink: #231f1b;
  --ink-2: #3a332c;
  --mute: #5e564c;
  --rule: #d2c4b0;
  --indigo: #2c2a4a;
  --indigo-2: #3a375c;
  --oxide: #b6452a;
  --oxide-deep: #8c321c;
  --ochre: #c48a3a;
  --wrap: min(1080px, calc(100% - 1.4rem));
  --display: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --sans: "Karla", "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink-2);
  background:
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 71px,
      rgba(44, 42, 74, 0.05) 71px,
      rgba(44, 42, 74, 0.05) 72px
    ),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 71px,
      rgba(44, 42, 74, 0.05) 71px,
      rgba(44, 42, 74, 0.05) 72px
    ),
    var(--plaster);
  line-height: 1.58;
  font-size: 1.05rem;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 4.7rem;
}
@media (min-width: 760px) {
  body { padding-bottom: 0; }
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 0.45em;
  text-wrap: balance;
  color: var(--ink);
}
h1 { font-size: clamp(2.3rem, 8.6vw, 4.4rem); }
h2 { font-size: clamp(1.75rem, 4.6vw, 2.7rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

.skip {
  position: absolute; left: -999px; top: 0;
  background: var(--indigo); color: var(--paper);
  padding: 0.5rem 0.8rem; z-index: 100;
}
.skip:focus { left: 0.5rem; top: 0.5rem; }
.wrap { width: var(--wrap); margin-inline: auto; }
.eyebrow, .kicker {
  font-family: var(--sans);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  color: var(--oxide);
  margin: 0 0 0.55rem;
}
.lede {
  font-family: var(--display);
  font-size: 1.28rem;
  font-style: italic;
  color: var(--mute);
  max-width: 38rem;
  line-height: 1.4;
}

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(26, 23, 20, 0.96);
  color: var(--plaster);
  border-bottom: 3px solid var(--ochre);
}
.header-inner {
  display: flex; align-items: center; gap: 0.65rem; min-height: 68px;
}
.logo {
  display: flex; align-items: center; gap: 0.55rem;
  text-decoration: none; color: var(--plaster); min-width: 0;
}
.logo img, .logo svg { width: 40px; height: 40px; flex-shrink: 0; }
.logo-word {
  font-family: var(--display);
  font-size: 1.2rem;
  line-height: 1.02;
  letter-spacing: -0.01em;
  font-weight: 600;
}
.logo-word span {
  display: block;
  font-family: var(--sans);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9bba6;
  font-weight: 700;
  margin-top: 0.18rem;
}
.nav { margin-left: auto; display: flex; align-items: center; gap: 1rem; }
.nav a {
  text-decoration: none;
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 0.88rem;
  color: var(--plaster);
}
.nav a[aria-current="page"], .nav a:hover { color: #fff; }
.header-cta { margin-left: 0.1rem; }
.menu-toggle {
  display: none; margin-left: auto; width: 44px; height: 44px;
  border: 1px solid #4a453c; background: transparent; cursor: pointer;
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block; width: 18px; height: 2px; background: var(--plaster);
  margin: 0 auto; position: relative; content: "";
}
.menu-toggle span::before { position: absolute; top: -6px; }
.menu-toggle span::after { position: absolute; top: 6px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; border: 0; cursor: pointer;
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 0.86rem;
  padding: 0.85rem 1.15rem;
  min-height: 44px;
  transition: transform 0.14s ease, background 0.14s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-oxide { background: var(--oxide); color: #fff8ea; }
.btn-oxide:hover { background: var(--oxide-deep); }
.btn-indigo { background: var(--indigo); color: #f2ebe0; }
.btn-ghost {
  background: transparent; color: inherit;
  border: 1.5px solid currentColor;
}
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }

.hero { padding: 1.5rem 0 0.3rem; }
.atelier {
  background: var(--paper);
  border: 1px solid var(--rule);
  box-shadow: 8px 8px 0 var(--indigo);
  padding: 1.35rem 1.2rem 1.45rem;
}
.hero h1 { max-width: 16ch; }
.hero .lede { color: var(--ink-2); }
.hero-grid {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.2rem;
}
.illustration {
  background: var(--indigo);
  padding: 0.45rem;
  color: #c9c2b2;
}
.illustration img,
.illustration svg {
  width: 100%;
}
.illustration figcaption {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.45rem 0.2rem 0.15rem;
}
.meta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin-top: 1.15rem;
}
.meta-row div {
  border-top: 2px solid var(--indigo);
  padding-top: 0.4rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  color: var(--mute);
}
.meta-row strong {
  display: block;
  font-family: var(--display);
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  font-weight: 600;
}

section { padding: 2.6rem 0; }
.band-indigo {
  background: var(--indigo);
  color: #e7e3d8;
}
.band-indigo h2, .band-indigo h3 { color: #faf6ef; }
.band-indigo .kicker { color: var(--ochre); }
.band-indigo .lede { color: #c9c2b2; }
.band-mud { background: var(--mud); }
.band-soot {
  background: var(--soot);
  color: #e7dcc4;
}
.band-soot h2 { color: #faf6ef; }
.band-soot .kicker { color: var(--ochre); }

.split { display: grid; gap: 1.4rem; }
@media (min-width: 820px) {
  .hero-grid { grid-template-columns: 1.1fr 0.9fr; align-items: end; }
  .split { grid-template-columns: 1.1fr 0.9fr; align-items: center; }
  .meta-row { grid-template-columns: repeat(4, 1fr); }
}

.cards { display: grid; gap: 0.8rem; }
@media (min-width: 700px) {
  .cards.three { grid-template-columns: repeat(3, 1fr); }
  .cards.two { grid-template-columns: repeat(2, 1fr); }
}
.board {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 1.15rem 1.05rem 1.25rem;
  position: relative;
}
.board::before {
  content: "";
  display: block;
  height: 8px;
  margin: -1.15rem -1.05rem 0.9rem;
  background: var(--ochre);
}
.board:nth-child(2)::before { background: var(--indigo); }
.board:nth-child(3)::before { background: var(--oxide); }
.board:nth-child(4)::before { background: var(--wet); }
.board h3 { margin-bottom: 0.35rem; }
.board p { color: var(--mute); font-size: 0.98rem; }
.board .num {
  font-family: var(--display);
  font-style: italic;
  font-size: 1rem;
  color: var(--oxide);
}

.quote {
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.8vw, 1.7rem);
  line-height: 1.35;
  color: #faf6ef;
  margin: 0;
  font-style: italic;
}
.quote cite {
  display: block;
  margin-top: 0.7rem;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ochre);
}

.ticket {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 1.15rem 1.05rem 1.25rem;
  box-shadow: 6px 6px 0 var(--indigo);
}
.ticket h3 { margin-bottom: 0.4rem; }

.contact-list { list-style: none; padding: 0; margin: 0 0 1.1rem; }
.contact-list li {
  padding: 0.7rem 0;
  border-bottom: 1px dashed var(--rule);
}
.contact-list span {
  display: block;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7rem;
  color: var(--oxide);
  margin-bottom: 0.12rem;
  font-weight: 700;
}
.contact-list a { font-weight: 700; }

form {
  display: grid; gap: 0.4rem;
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 1.15rem 1.05rem 1.25rem;
}
label {
  font-family: var(--sans);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  margin-top: 0.3rem;
}
input, textarea, select {
  font: inherit;
  padding: 0.7rem 0.75rem;
  border: 1px solid var(--rule);
  background: #fffdf8;
  color: var(--ink);
  width: 100%;
  min-height: 44px;
}
textarea { min-height: 8rem; resize: vertical; }
.note { font-size: 0.86rem; color: var(--mute); }
.contact-grid { display: grid; gap: 1.4rem; }
@media (min-width: 820px) {
  .contact-grid { grid-template-columns: 0.95fr 1.05fr; align-items: start; }
}

.page-hero { padding: 2rem 0 0.2rem; }
.page-hero h1 { max-width: 16ch; }

.site-footer {
  background: var(--soot);
  color: #9a9186;
  padding: 1.8rem 0 2.2rem;
  font-size: 0.9rem;
  font-family: var(--sans);
}
.site-footer a { color: #f2ebe0; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-inner {
  display: flex; flex-wrap: wrap; gap: 0.7rem 1.3rem;
  justify-content: space-between; align-items: center;
}
.footer-brand {
  font-family: var(--display);
  letter-spacing: -0.01em;
  color: #faf6ef;
  font-size: 1.25rem;
}

.dock {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--soot);
  border-top: 3px solid var(--ochre);
}
.dock a {
  text-decoration: none;
  color: #f2ebe0;
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
  min-height: 52px;
  display: flex; align-items: center; justify-content: center;
}
.dock a:first-child { background: var(--oxide); color: #fff8ea; }
@media (min-width: 760px) { .dock { display: none; } }

@media (max-width: 759px) {
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .nav {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    background: #1a1714;
    flex-direction: column; align-items: stretch;
    padding: 0.7rem 1rem 1rem;
    gap: 0;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 0.8rem 0.15rem; border-bottom: 1px solid #3a332c; }
  .nav .btn { margin-top: 0.7rem; }
}
