/* Frame 'N' Art — "mitre-corner" preset (2026-09-25).
   Identity: the mitre corner, where two lengths of moulding meet at 45°. Drawn as a bracket
   (outer rule, inner rabbet line, the diagonal cut) at the corners of the hero's address block
   and at both ends of the rail between sections. Square corners everywhere; no rounded cards.
   Stone-grey gallery wall, ink text, slate for links and the bracket. No photographs: none
   first-party exists, so the page is typographic on purpose.
   Type: EB Garamond (SIL OFL 1.1), normal + italic, latin subset only, vendored in assets/fonts
   with its licence and a provenance note. No CDN, no JavaScript, no third-party request.

   Measured contrast (WCAG 2.x relative luminance):
     ink #211f1c on wall #e7e6e1 .......... 13.2:1   slate #46525c on wall ...... 6.4:1
     white on slate-deep #2c3540 (buttons)  12.4:1   slate-deep on wall ......... 9.9:1
     wall on ink (footer) ................. 13.2:1   fog #b9bcb6 on ink ......... 8.6:1
     slate on mat #f3f2ee ................. 7.2:1    ink on mat ................. 14.7:1 */

/* latin — normal, variable 400–700 */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/ebgaramond_v33_SlGUmQSNjdsmc35JDF1K5GR1SDk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin — italic, variable 400–600 */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url(fonts/ebgaramond_v33_SlGWmQSNjdsmc35JDF1K5GRweDs1Zw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --wall: #e7e6e1;
  --mat: #f3f2ee;
  --ink: #211f1c;
  --slate: #46525c;
  --slate-deep: #2c3540;
  --rule: #cfd0c9;
  --fog: #b9bcb6;
  --face: 'EB Garamond', Garamond, 'Times New Roman', serif;
  --wrap: 62rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 5.5rem; }
body {
  margin: 0; background: var(--wall); color: var(--ink);
  font: 400 1.1875rem/1.5 var(--face);
  /* Garamond defaults to old-style figures; phone and address digits must be unambiguous. */
  font-variant-numeric: lining-nums tabular-nums;
}
p, h1, h2, ul, figure, blockquote { margin: 0; }
ul { padding: 0; list-style: none; }
a { color: var(--slate); text-underline-offset: .18em; text-decoration-thickness: .06em; }
a:hover { color: var(--ink); }
:focus-visible { outline: 3px solid var(--slate); outline-offset: 3px; }
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.skip { position: absolute; left: -9999px; top: .5rem; z-index: 60; background: var(--ink); color: var(--wall); padding: .75rem 1rem; font-weight: 600; }
.skip:focus { left: .5rem; }

/* ------------------------------------------------------------ the mitre device */
.mitre { display: block; width: 24px; height: 24px; flex: none; fill: none; stroke: var(--slate); stroke-linejoin: miter; stroke-linecap: butt; overflow: visible; }
.mitre__out { stroke-width: 2; }
.mitre__in, .mitre__cut { stroke-width: 1; }

/* The rail: two parallel rules (outer 2px at y 1–3, inner 1px at y 8–9) running between two
   mitred ends, so the corners and the run line up to the pixel. */
.rail { display: flex; align-items: flex-start; height: 24px; margin-bottom: 1.75rem; }
.rail__run {
  flex: 1; height: 24px;
  background:
    linear-gradient(var(--slate), var(--slate)) 0 1px / 100% 2px no-repeat,
    linear-gradient(var(--slate), var(--slate)) 0 8px / 100% 1px no-repeat;
}
.rail__end--r { transform: scaleX(-1); }
.rail--foot .mitre { stroke: var(--fog); }
.rail--foot .rail__run {
  background:
    linear-gradient(var(--fog), var(--fog)) 0 1px / 100% 2px no-repeat,
    linear-gradient(var(--fog), var(--fog)) 0 8px / 100% 1px no-repeat;
}

/* ------------------------------------------------------------------ header */
.head { position: sticky; top: 0; z-index: 40; background: var(--wall); border-bottom: 1px solid var(--rule); }
.head__in { display: flex; align-items: center; justify-content: space-between; gap: .75rem; min-height: 64px; padding-block: .5rem; }
.brand { display: flex; align-items: center; gap: .55rem; min-height: 44px; min-width: 0; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--ink); }
.mitre--brand { width: 20px; height: 20px; }
.brand__name { font-weight: 600; font-size: 1.4rem; line-height: 1.1; white-space: nowrap; }

.call { display: inline-flex; align-items: center; justify-content: center; gap: .45em; background: var(--slate-deep); color: #fff; text-decoration: none; font-weight: 600; border-radius: 0; }
.call:hover { background: var(--ink); color: #fff; }
.call--head { flex: none; flex-direction: column; gap: 0; min-height: 48px; padding: .3rem .85rem; line-height: 1.15; }
.call--head .call__verb { font-size: .9375rem; }
.call--head .call__num { font-size: 1.0625rem; }
.call--big { min-height: 56px; padding: .7rem 1.35rem; font-size: 1.25rem; }

.btn-line { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: .7rem 1.35rem; border: 2px solid var(--slate-deep); color: var(--slate-deep); background: transparent; font-weight: 600; font-size: 1.25rem; text-decoration: none; }
.btn-line:hover { background: var(--slate-deep); color: #fff; }
.call, .btn-line { transition: background-color .2s ease, color .2s ease, transform .12s ease; }
.call:active, .btn-line:active { transform: translateY(1px); }

.acts { display: grid; gap: .7rem; }

/* -------------------------------------------------------------------- hero */
.hero { padding-block: 1.6rem 2.75rem; }
.hero__h1 { font-weight: 500; font-size: clamp(3.1rem, 1.9rem + 5.4vw, 6.75rem); line-height: .95; letter-spacing: -.015em; }
.hero__lede { margin-top: 1rem; font-style: italic; font-size: clamp(1.3rem, 1.1rem + 1vw, 1.9rem); line-height: 1.3; max-width: 30ch; text-wrap: pretty; }

/* The address block, with a mitre bracket at each corner — a mat without a picture in it. */
.corners { position: relative; margin-top: 1.5rem; padding: 1.4rem 1.4rem 1.5rem; background: var(--mat); }
.corners__c { position: absolute; }
.corners__c--tl { top: 0; left: 0; }
.corners__c--tr { top: 0; right: 0; transform: scaleX(-1); }
.corners__c--bl { bottom: 0; left: 0; transform: scaleY(-1); }
.corners__c--br { bottom: 0; right: 0; transform: scale(-1, -1); }
.corners__addr { font-size: 1.25rem; line-height: 1.35; margin-bottom: 1rem; }
/* Direct children only: a digit wrapped in its own span must never become its own line. */
.corners__addr > span { display: block; }
.corners__addr > span:first-child { font-weight: 600; }

/* --------------------------------------------------------------- sections */
.sec { padding-block: 1rem 3rem; }
.sec-h { font-weight: 500; font-size: clamp(2.1rem, 1.5rem + 2.4vw, 3.4rem); line-height: 1.05; letter-spacing: -.01em; }

.frame__list { margin-top: 1.25rem; border-bottom: 1px solid var(--rule); }
.frame__list li { display: flex; align-items: center; min-height: 3.5rem; padding-block: .6rem; border-top: 1px solid var(--rule); font-size: 1.375rem; line-height: 1.25; }

.since__fig { margin-top: 1.25rem; }
.since__quote p { font-style: italic; font-size: clamp(1.6rem, 1.2rem + 2vw, 2.8rem); line-height: 1.2; max-width: 22ch; }
.since__cap { margin-top: .75rem; color: var(--slate); font-size: 1.0625rem; }

.visit__in { display: grid; gap: 1.5rem; margin-top: 1.25rem; }
.visit__addr { font-style: normal; font-size: 1.375rem; line-height: 1.4; }
.visit__addr > span { display: block; }
.visit__name { font-weight: 600; }
.visit__hours { margin-top: .9rem; font-style: italic; color: var(--slate); font-size: 1.25rem; }

/* ----------------------------------------------------------------- footer */
.foot { background: var(--ink); color: var(--wall); padding-block: 2.25rem 2.75rem; }
.foot__in { display: grid; gap: .3rem; }
.foot .rail { margin-bottom: 1.25rem; }
.foot__name { font-weight: 600; font-size: 1.4rem; }
.foot a { color: var(--wall); display: inline-flex; align-items: center; min-height: 44px; }
.foot a:hover { color: #fff; }
.foot :focus-visible { outline-color: var(--wall); }
.foot__disc { margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid #45423d; color: var(--fog); font-size: 1.0625rem; max-width: 60ch; }

@media (prefers-reduced-motion: reduce) {
  .call, .btn-line { transition: none; }
  .call:active, .btn-line:active { transform: none; }
}

/* ---------------------------------------------------------------- tablets */
@media (min-width: 640px) {
  .acts { display: flex; flex-wrap: wrap; gap: .8rem; }
  .corners { display: inline-block; padding: 1.75rem 2.25rem 2rem; }
  .frame__list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 2.5rem; border-bottom: 0; }
  .frame__list li { border-bottom: 1px solid var(--rule); border-top: 0; }
  .frame__list li:nth-child(-n + 2) { border-top: 1px solid var(--rule); }
  .visit__in { grid-template-columns: 1fr auto; align-items: end; }
  .visit .acts { justify-content: flex-end; }
}

/* ---------------------------------------------------------------- desktop */
@media (min-width: 960px) {
  /* Sticky on phones only; on a desktop the call button is never more than a scroll away. */
  .head { position: static; }
  .head__in { min-height: 76px; }
  .brand__name { font-size: 1.55rem; }
  .call--head { flex-direction: row; gap: .45em; padding: .55rem 1.1rem; }
  .call--head .call__verb, .call--head .call__num { font-size: 1.125rem; }

  .hero { padding-block: 4.5rem 4rem; }
  .hero__lede { margin-top: 1.5rem; }
  .corners { margin-top: 2.5rem; }
  .sec { padding-block: 1.5rem 4.5rem; }
  .rail { margin-bottom: 2.5rem; }
  .frame__list { grid-template-columns: repeat(3, 1fr); }
  .frame__list li:nth-child(-n + 3) { border-top: 1px solid var(--rule); }
}
