/* =====================================================================
   Park Cities Custom Tailors - Dallas, TX
   Atelier register: high-contrast didone display, quiet grotesque text,
   ink / paper / linen grounds with a suit-brown accent.
   No external requests. No inline styles anywhere.

   Palette (retuned from the bench template's antique brass per Nathan's
   note, 2026-08-13): the greenish brass #B08A3E / #7A5E22 / #D8B26A moved
   to a warmer, redder suit brown #A56F41 / #78482A / #D9A97A. Every pair
   was recomputed on rendered pixels against both grounds, not eyeballed.
   ===================================================================== */

@font-face {
  font-family: 'EB Garamond';
  src: url('fonts/eb-garamond-latin-var.woff2') format('woff2');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('fonts/archivo-latin-var.woff2') format('woff2');
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink:      #14120E;
  --ink-2:    #1D1A15;
  --ink-3:    #0E0C09;
  --paper:    #F7F3EA;
  --linen:    #EDE6D8;
  --card:     #FCFAF4;

  --text:     #241F19;
  --muted:    #5C5348;
  --rule:     #D5CBB8;

  --suit:     #A56F41;   /* rules, frames, decoration only */
  --suit-d:   #78482A;   /* suit brown text on light grounds */
  --suit-l:   #D9A97A;   /* suit brown text on dark grounds */
  --dim:      #B8AEA0;   /* muted text on dark grounds */
  --line-d:   rgba(217, 169, 122, 0.28);

  --serif: 'EB Garamond', 'Garamond', 'Georgia', serif;
  --sans:  'Archivo', 'Helvetica Neue', Arial, sans-serif;

  --shell: 1200px;
  --gut: 32px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.72;
  font-variant-ligatures: common-ligatures;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

.shell {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 var(--gut);
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--ink);
  color: var(--paper);
  padding: 12px 20px;
  font: 600 15px/1 var(--sans);
  letter-spacing: .04em;
}
.skip:focus { left: 0; }

:focus-visible {
  outline: 2px solid var(--suit);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ------------------------------------------------- shared type ------- */

.h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.008em;
  margin: 0 0 18px;
  color: var(--text);
}
.h2-d { color: var(--paper); }

.lede {
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 1.66;
  color: var(--muted);
  max-width: 46ch;
  margin: 0 0 26px;
}
.lede-d { color: var(--dim); }

.label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font: 600 12.5px/1 var(--sans);
  font-stretch: 96%;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--suit-d);
  margin: 0 0 18px;
}
.label::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--suit);
}
.label-d { color: var(--suit-l); }
.label-d::before { background: var(--suit-l); }

/* ------------------------------------------------- buttons ----------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  font: 600 15px/1.2 var(--sans);
  font-stretch: 96%;
  letter-spacing: .04em;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: background-color .22s ease, color .22s ease, border-color .22s ease;
}
.btn-lg { padding: 17px 30px; font-size: 16px; }

.btn-suit {
  background: var(--suit-d);
  color: #FFFBF2;
  border-color: var(--suit-d);
}
.btn-suit:hover { background: #5E3720; border-color: #5E3720; }

.btn-ghost {
  background: transparent;
  color: var(--paper);
  border-color: rgba(247, 243, 234, 0.42);
}
.btn-ghost:hover { border-color: var(--suit-l); color: var(--suit-l); }

.btn-line {
  background: transparent;
  color: var(--text);
  border-color: #9F9483;
}
.btn-line:hover { border-color: var(--suit-d); color: var(--suit-d); }

.btn-off {
  background: transparent;
  color: #6E6558;
  border: 1px dashed #A79C8B;
  cursor: not-allowed;
}

/* ------------------------------------------------- preview banner ---- */

.pbar {
  background: #24201A;
  border-bottom: 1px solid rgba(217, 169, 122, .3);
  color: #E9E2D5;
}
.pbar-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 26px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.pbar p { margin: 0; }
.pbar-txt { font-size: 14px; line-height: 1.5; }
.pbar-acts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  font-size: 14px;
}
.pbar-btn {
  display: inline-block;
  padding: 7px 16px;
  background: var(--suit-l);
  color: #221D14;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
}
.pbar-btn:hover { background: #EDC29B; }
.pbar-mail { color: #E9E2D5; }

/* ------------------------------------------------- masthead ---------- */

.mast {
  position: sticky;
  top: 0;
  z-index: 90;
  background: var(--ink-3);
  border-bottom: 1px solid rgba(217, 169, 122, .22);
}
.mast-in {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  margin-right: auto;
}
.brand-mark { width: 46px; height: 46px; flex: none; }
.brand-txt { display: block; }
.brand-name {
  display: block;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 23px;
  line-height: 1.1;
  color: var(--paper);
  letter-spacing: .004em;
}
.brand-sub {
  display: block;
  font-size: 11.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #A79C8C;
  margin-top: 4px;
}

.nav { display: flex; gap: 26px; }
.nav a {
  font-size: 14.5px;
  font-weight: 500;
  color: #D9D1C4;
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}
.nav a:hover { color: var(--suit-l); border-bottom-color: var(--suit-l); }

.mast-call { flex: none; }

.burger {
  display: none;
  width: 44px; height: 44px;
  background: none;
  border: 1px solid rgba(217, 169, 122, .38);
  border-radius: 2px;
  cursor: pointer;
  padding: 0;
}
.burger span {
  display: block;
  width: 20px; height: 1.5px;
  margin: 4px auto;
  background: var(--paper);
}

/* ------------------------------------------------- hero -------------- */

.hero {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(45deg, rgba(217, 169, 122, .05) 0 1px, transparent 1px 7px),
    radial-gradient(120% 90% at 78% 12%, rgba(217, 169, 122, .10), transparent 60%);
  pointer-events: none;
}
.hero-in {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 64px;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 104px;
}

.hero-eyebrow {
  margin: 0 0 22px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--suit-l);
}
.hero-h {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(42px, 6.2vw, 76px);
  line-height: 1.03;
  letter-spacing: -0.014em;
  margin: 0 0 26px;
  color: var(--paper);
}
.hero-lede {
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.62;
  color: var(--dim);
  max-width: 44ch;
  margin: 0 0 34px;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 40px;
}

.hero-score {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 26px;
  border-top: 1px solid var(--line-d);
  max-width: 340px;
}
.hs-n {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 42px;
  line-height: 1;
  color: var(--paper);
  white-space: nowrap;
}
.hs-star { color: var(--suit-l); font-size: 26px; }
.hs-k {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--dim);
}
.hs-k span { color: #96897A; }

.hero-fig { margin: 0; }
.frame {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #2A251D, #16130F);
}
.hero-fig .frame { box-shadow: 0 30px 70px rgba(0, 0, 0, .45); }
.hero-fig .frame::after,
.pic .frame::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(247, 243, 234, .3);
  pointer-events: none;
}
.hero-fig img { width: 100%; height: auto; }

.cap {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}
.cap-d, .hero-fig .cap { color: var(--dim); }
.cap-src { display: block; color: #6B6154; }
.hero-fig .cap-src, .cap-d .cap-src { color: #8E8377; }
.cap-note { display: block; margin-top: 6px; }

/* ------------------------------------------------- the work ---------- */

.work {
  background: var(--linen);
  padding-top: 92px;
  padding-bottom: 96px;
}
.work-head { max-width: 640px; margin-bottom: 54px; }
.work-in {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 64px;
  align-items: start;
}

.svc { list-style: none; margin: 0; padding: 0; }
.svc-i {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid var(--rule);
}
.svc-i:last-child { border-bottom: 1px solid var(--rule); }
.svc-n {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.3;
  color: var(--suit-d);
}
.svc-h {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 6px;
  color: var(--text);
}
.svc-i p:last-child { margin: 0; color: var(--muted); font-size: 16.5px; line-height: 1.6; }

.work-side { display: flex; flex-direction: column; gap: 30px; }
.pic { margin: 0; }
.pic .frame { background: #16130F; }
.pic img { width: 100%; height: auto; }

/* honesty slot */
.slot {
  border: 1px dashed #A79C8B;
  background: rgba(255, 255, 255, .42);
  padding: 26px 26px 22px;
}
.slot p { margin: 0 0 12px; font-size: 15.5px; line-height: 1.66; color: var(--muted); }
.slot p:last-child { margin-bottom: 0; }
.slot-k {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--suit-d) !important;
}

/* the same slot on a dark ground */
.slot-d {
  background: rgba(247, 243, 234, .045);
  border-color: rgba(217, 169, 122, .42);
}
.slot-d p { color: var(--dim); }
.slot-d .slot-k { color: var(--suit-l) !important; }

/* a slot centred under a centred block (the award plate) */
.slot-c {
  max-width: 640px;
  margin: 34px auto 0;
  text-align: left;
}

/* ------------------------------------------------- the story --------- */

.story {
  position: relative;
  background: var(--ink-2);
  color: var(--paper);
  overflow: hidden;
}
.story::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, rgba(217, 169, 122, .045) 0 1px, transparent 1px 8px);
  pointer-events: none;
}
.story-in {
  position: relative;
  padding-top: 92px;
  padding-bottom: 96px;
}
/* No dated rail here: this shop has published no dates, and the section is
   one centred column around the story slot instead. */
.story-copy {
  max-width: 66ch;
  margin: 0 auto;
  text-align: center;
}
.story-copy .label { justify-content: center; }
.story-copy .h2 {
  max-width: 22ch;
  margin: 0 auto 30px;
}
.story-copy .slot { text-align: left; }

/* ------------------------------------------------- reviews ----------- */

.words {
  background: var(--paper);
  padding-top: 92px;
  padding-bottom: 96px;
}
.words-top {
  display: grid;
  grid-template-columns: 1.5fr .5fr;
  gap: 56px;
  align-items: center;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 50px;
}
.pull {
  margin: 0;
  font-family: var(--sans);
  font-weight: 500;
  font-stretch: 96%;
  font-size: clamp(24px, 3vw, 37px);
  line-height: 1.32;
  letter-spacing: -0.01em;
  color: var(--text);
  text-indent: -0.4em;
}
.words-attr {
  margin: 20px 0 0;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--suit-d);
}

.score { display: grid; gap: 22px; }
.score-a, .score-b {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid var(--rule);
  background: var(--card);
}
.score-n {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 44px;
  line-height: 1;
  color: var(--text);
}
.score-k { margin: 0; font-size: 13.5px; line-height: 1.5; color: var(--muted); }
.score-k span { color: #6E6558; }

.quotes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
.quote {
  margin: 0;
  padding: 26px 24px 22px;
  background: var(--card);
  border: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
}
.stars { margin: 0 0 12px; color: var(--suit-d); font-size: 15px; letter-spacing: .2em; }
.quote blockquote { margin: 0 0 16px; }
.quote blockquote p {
  margin: 0;
  font-size: 16px;
  line-height: 1.66;
  color: var(--text);
}
.quote figcaption {
  margin-top: auto;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text);
}
.q-src {
  display: block;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: .04em;
  margin-top: 2px;
}

.themes {
  margin-top: 54px;
  padding-top: 34px;
  border-top: 1px solid var(--rule);
}
.themes-h {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 26px;
  color: var(--text);
}
.theme-l {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.theme-l li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 15px;
  border: 1px solid var(--rule);
  background: var(--card);
  font-size: 14.5px;
  color: var(--text);
}
.theme-n {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 16px;
  color: var(--suit-d);
}
.src { margin: 0; font-size: 13px; color: var(--muted); }

/* ------------------------------------------------- visit ------------- */

.visit {
  background: var(--linen);
  border-top: 1px solid var(--rule);
}
.visit-in {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 64px;
  align-items: start;
  padding-top: 92px;
  padding-bottom: 96px;
}
.visit-copy .h2 { margin-bottom: 4px; }
.visit-city {
  margin: 0 0 20px;
  font-family: var(--serif);
  font-size: 24px;
  color: var(--muted);
}
.visit-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 34px; }

.facts { list-style: none; margin: 0; padding: 0; }
.facts li {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid var(--rule);
  font-size: 16px;
}
.facts li:last-child { border-bottom: 1px solid var(--rule); }
.facts-k {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--suit-d);
  padding-top: 4px;
}
.facts-v { color: var(--text); overflow-wrap: anywhere; }
.facts-v a { color: var(--suit-d); text-decoration: none; }
.facts-v a:hover { text-decoration: underline; }

.hours {
  background: var(--card);
  border: 1px solid var(--rule);
  padding: 30px 30px 26px;
}
.hours-h {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 30px;
  color: var(--text);
}
.hrs { margin: 0 0 20px; }
.hrs-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-top: 1px solid var(--rule);
}
.hrs-row:last-child { border-bottom: 1px solid var(--rule); }
.hrs dt { font-size: 16px; color: var(--text); }
.hrs dd { margin: 0; font-size: 16px; color: var(--muted); text-align: right; }
.hrs-open dt { font-weight: 600; }

.chip {
  display: inline-block;
  padding: 4px 11px;
  border: 1px dashed #A0937E;
  font: 700 12px/1.4 var(--sans);
  letter-spacing: .12em;
  color: var(--suit-d);
  background: rgba(165, 111, 65, .07);
}

.hours-note {
  margin: 0 0 20px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--muted);
  padding: 16px 18px;
  border: 1px dashed #A79C8B;
}
.hours-call {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
  font-size: 15px;
  color: var(--muted);
}
.hours-tel {
  display: block;
  margin-top: 6px;
  font-family: var(--serif);
  font-size: 27px;
  color: var(--suit-d);
  text-decoration: none;
}
.hours-tel:hover { text-decoration: underline; }

/* ------------------------------------------------- request ----------- */

.ask {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}
.ask::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, rgba(217, 169, 122, .045) 0 1px, transparent 1px 8px);
  pointer-events: none;
}
.ask-in {
  position: relative;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 64px;
  align-items: start;
  padding-top: 96px;
  padding-bottom: 100px;
}
.ask-copy .h2 { max-width: 15ch; }
.pic-plate { margin: 38px 0 30px; }
.pic-plate .frame { background: #EDEAE4; }
.ask-alt { margin: 0; font-size: 15.5px; line-height: 1.7; color: var(--dim); }
.ask-alt a { color: var(--suit-l); overflow-wrap: anywhere; }

.form-card {
  background: var(--paper);
  border: 1px solid rgba(217, 169, 122, .4);
  padding: 34px 34px 30px;
}
.form-h {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.15;
  color: var(--text);
}
.form-sub { margin: 0 0 26px; font-size: 15.5px; color: var(--muted); }

.f { margin: 0 0 18px; display: block; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.f label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--suit-d);
}
.f input, .f select, .f textarea {
  width: 100%;
  padding: 12px 14px;
  font: 400 16px/1.5 var(--sans);
  color: var(--text);
  background: #FFFFFF;
  border: 1px solid #C3B79F;
  border-radius: 2px;
}
.f textarea { resize: vertical; min-height: 108px; }
.f select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--suit-d) 50%),
    linear-gradient(135deg, var(--suit-d) 50%, transparent 50%);
  background-position: calc(100% - 21px) calc(50% - 2px), calc(100% - 15px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.f select:disabled {
  background-image:
    linear-gradient(45deg, transparent 50%, #6E6558 50%),
    linear-gradient(135deg, #6E6558 50%, transparent 50%);
}
.f input:disabled, .f select:disabled, .f textarea:disabled {
  background-color: #F2EDE2;
  border-style: dashed;
  border-color: #B6AA92;
  color: #6E6558;
  -webkit-text-fill-color: #6E6558;
  opacity: 1;
  cursor: not-allowed;
}
.f input::placeholder, .f textarea::placeholder { color: #6E6558; opacity: 1; }

.f-send { margin: 24px 0 0; }
.f-note {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

/* ------------------------------------------------- about preview ----- */

.preview {
  background: #24201A;
  color: #D9D1C4;
  border-top: 1px solid rgba(217, 169, 122, .3);
}
.about-preview {
  max-width: 74ch;
  padding-top: 54px;
  padding-bottom: 54px;
}
.ap-h {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 30px;
  color: #F0E9DC;
}
.about-preview p { margin: 0 0 14px; font-size: 15.5px; line-height: 1.72; }
.about-preview p:last-child { margin-bottom: 0; }

/* ------------------------------------------------- footer ------------ */

.foot {
  background: var(--ink-3);
  color: var(--dim);
}
.foot-in {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.2fr 1fr;
  gap: 40px;
  padding-top: 66px;
  padding-bottom: 52px;
}
.foot-brand .brand-mark { width: 50px; height: 50px; margin-bottom: 16px; }
.foot-name {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 26px;
  color: var(--paper);
}
.foot-sub { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--dim); }
.foot-k {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--suit-l);
}
.foot-col a { color: var(--dim); text-decoration: none; }
.foot-col a:hover { color: var(--suit-l); text-decoration: underline; }
.foot-col > a { display: block; font-size: 15px; padding: 5px 0; }
.foot-col p { margin: 0 0 8px; font-size: 15px; line-height: 1.6; overflow-wrap: anywhere; }

.foot-bar {
  padding-top: 22px;
  padding-bottom: 26px;
  border-top: 1px solid rgba(217, 169, 122, .18);
}
.foot-bar p { margin: 0; font-size: 13.5px; color: #96897A; }

/* ------------------------------------------------- 404 --------------- */

.page-404 { background: var(--ink-3); }

.nf {
  background: var(--ink);
  color: var(--paper);
  padding-top: 110px;
  padding-bottom: 120px;
}
.nf-code {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(72px, 12vw, 140px);
  line-height: 1;
  color: var(--suit-l);
}
.nf-lede { max-width: 48ch; }
.nf-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 0; }

/* ------------------------------------------------- reveals ----------- */

.js .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .7s ease, transform .7s ease;
}
.js .reveal.in-view { opacity: 1; transform: none; }
.js .reveal-2 { transition-delay: .07s; }
.js .reveal-3 { transition-delay: .14s; }
.js .reveal-4 { transition-delay: .21s; }
.js .reveal-5 { transition-delay: .28s; }
.js .reveal-6 { transition-delay: .35s; }

/* ------------------------------------------------- responsive -------- */

@media (max-width: 1080px) {
  .nav { display: none; }
  .nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    left: 0; right: 0;
    top: 100%;
    background: var(--ink-3);
    border-bottom: 1px solid rgba(217, 169, 122, .22);
    padding: 8px var(--gut) 18px;
  }
  .nav.is-open a { padding: 12px 0; border-bottom: 1px solid rgba(217, 169, 122, .12); }
  .mast-in { position: relative; }
  .burger { display: block; order: 3; }
  .mast-call { display: none; }

  .hero-in, .work-in, .visit-in, .ask-in, .words-top {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .foot-in { grid-template-columns: 1fr 1fr; gap: 34px; }
  .hero-fig { max-width: 520px; }
}

@media (max-width: 700px) {
  :root { --gut: 20px; }
  body { font-size: 17px; }

  .pbar-in { padding-top: 12px; padding-bottom: 12px; }
  .pbar-txt { font-size: 13.5px; }
  .pbar-acts { font-size: 13.5px; }

  .brand-mark { width: 40px; height: 40px; }
  .brand-name { font-size: 20px; }
  .brand-sub { display: none; }

  .hero-in { padding-top: 56px; padding-bottom: 64px; gap: 38px; }
  .hero-cta .btn { width: 100%; }
  .hero-fig { max-width: none; }

  .work, .words { padding-top: 62px; padding-bottom: 66px; }
  .pull { text-indent: 0; }
  .story-in, .ask-in, .visit-in { padding-top: 62px; padding-bottom: 66px; }

  .svc-i { grid-template-columns: 40px 1fr; gap: 12px; }
  .svc-n { font-size: 20px; }

  .quotes { grid-template-columns: 1fr; }
  .score { grid-template-columns: 1fr; }

  .facts li { grid-template-columns: 1fr; gap: 2px; }
  .hours { padding: 24px 20px 22px; }
  .hrs-row { flex-direction: column; align-items: flex-start; gap: 3px; }
  .hrs dd { text-align: left; }

  .form-card { padding: 26px 20px 24px; }
  .f-row { grid-template-columns: 1fr; gap: 0; }
  .f-send .btn { width: 100%; }

  .foot-in { grid-template-columns: 1fr; gap: 30px; padding-top: 52px; }
  .visit-cta .btn, .nf-cta .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
