:root {
    --bg: #FBF8F1;
    --ink: #2E2922;
    --body: #50483C;
    --muted: #7E766A;
    --line: #DDD5C6;
    --stone: #EFE9DC;
    --stone-line: #C9BFA9;
    --dark: #26211A;
    --accent: #9C7A4B;
    --accent-bright: #C9A968;
    --scrim: 0.85;   /* from the approved design's tweak setting */
    --pad: clamp(20px, 6vw, 100px);
  }
  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  body { background: var(--bg); color: var(--ink); font-family: 'Jost', sans-serif; font-weight: 300; -webkit-font-smoothing: antialiased; }
  .serif { font-family: 'Cormorant Garamond', serif; }
  .caps { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 400; }
  .wrap { padding-left: var(--pad); padding-right: var(--pad); max-width: 1640px; margin: 0 auto; }
  img { max-width: 100%; height: auto; }
  picture { display: block; }   /* the WebP wrapper must not affect layout */

  .wimg-ph {
    background:
      repeating-linear-gradient(45deg, rgba(90,80,60,0.06) 0px, rgba(90,80,60,0.06) 14px, rgba(90,80,60,0.12) 14px, rgba(90,80,60,0.12) 28px),
      #E5DFD2;
    display: flex; align-items: center; justify-content: center;
    text-align: center; padding: 12px;
  }
  .wimg-ph span { font-family: ui-monospace, monospace; font-size: 11px; letter-spacing: 0.06em; color: #877E6C; }

  .label { color: var(--accent); }
  .link {
    display: inline-block; color: var(--ink); text-decoration: none;
    border-bottom: 1px solid var(--accent); padding-bottom: 4px;
    font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 400;
  }
  .btn {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 50px; padding: 12px 36px; border: 1px solid var(--accent-bright);
    color: #F7F2E8; text-decoration: none; font-size: 12px; letter-spacing: 0.2em;
    text-transform: uppercase; font-weight: 400;
  }
  .btn.solid { background: var(--accent-bright); color: #2A2218; }
  .btn.ink { border-color: var(--ink); color: var(--ink); }

  /* ── Masthead ─────────────────────────────────────────── */
  .masthead { text-align: center; padding-top: clamp(22px, 4vw, 36px); border-bottom: 1px solid var(--line); }
  .est { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--accent); }
  .wordmark { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 4.5vw, 44px); font-weight: 500; letter-spacing: 0.04em; margin: 10px 0 4px; }
  .tagline { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
  .navbar { position: sticky; top: 0; z-index: 50; background: rgba(251,248,241,0.94); backdrop-filter: blur(6px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 22px; }
  .navbar-inner { display: flex; justify-content: center; align-items: center; gap: clamp(28px, 4vw, 56px); padding: 0 var(--pad); }
  .navbar a { display: inline-flex; align-items: center; min-height: 56px; color: var(--ink); text-decoration: none; }
  .nav-toggle { display: none; background: none; border: 0; font: inherit; color: var(--ink); min-height: 56px; width: 100%; cursor: pointer; letter-spacing: 0.22em; text-transform: uppercase; font-size: 12px; }

  /* ── Hero ─────────────────────────────────────────────── */
  .hero { position: relative; height: clamp(480px, 76vh, 740px); overflow: hidden; }
  .hero > img, .hero > picture, .hero > .wimg-ph { position: absolute; inset: 0; width: 100%; height: 100%; }
  .hero > img, .hero > picture > img, .hero > .wimg-ph { object-fit: cover; display: block; }
  .hero > picture > img { width: 100%; height: 100%; }
  .hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg,
      rgba(24,19,14, calc(var(--scrim) * 0.12)) 0%,
      rgba(24,19,14, calc(var(--scrim) * 0.34)) 44%,
      rgba(24,19,14, var(--scrim)) 100%); }
  .hero-copy { position: absolute; inset: auto 0 clamp(40px, 7vh, 70px) 0; text-align: center; color: #F7F2E8; padding: 0 var(--pad); }
  .hero-copy .caps {
    color: color-mix(in oklab, var(--accent-bright), white 30%);
    font-size: 13px; font-weight: 500; letter-spacing: 0.26em;
    text-shadow: 0 1px 3px rgba(20,15,10,0.65), 0 2px 18px rgba(20,15,10,0.5);
  }
  .hero-copy .caps::after {
    content: ""; display: block; width: 56px; height: 1px;
    background: var(--accent-bright); margin: 14px auto 0;
  }
  .hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 7.2vw, 66px); font-weight: 500; line-height: 1.12; margin: 18px auto 14px; max-width: 920px; text-wrap: balance; }
  .hero-p { font-size: clamp(15px, 1.6vw, 18px); font-weight: 300; letter-spacing: 0.02em; color: #EFE7D8; margin: 0 auto; max-width: 640px; }
  .hero-cta { margin-top: 30px; display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

  /* ── Stats ────────────────────────────────────────────── */
  .stats { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
  .stat { text-align: center; padding: clamp(28px, 4vw, 44px) 20px; }
  .stat + .stat { border-left: 1px solid var(--line); }
  .stat-n { font-family: 'Cormorant Garamond', serif; font-size: clamp(38px, 4vw, 52px); font-weight: 500; line-height: 1; }
  .stat-l { margin-top: 10px; color: var(--muted); }

  /* ── Philosophy ───────────────────────────────────────── */
  .phil { display: grid; grid-template-columns: 300px 1fr; gap: clamp(28px, 5vw, 60px); padding-top: clamp(64px, 9vw, 110px); padding-bottom: clamp(64px, 9vw, 110px); }
  .phil h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 3.4vw, 44px); font-weight: 500; line-height: 1.18; margin: -8px 0 26px; text-wrap: balance; }
  .body-text { font-size: 17px; line-height: 1.75; color: var(--body); max-width: 640px; margin: 0; }
  .body-text + .body-text { margin-top: 18px; }

  /* ── Recognition ──────────────────────────────────────── */
  .recog { background: var(--stone); padding-top: clamp(56px, 7vw, 80px); padding-bottom: clamp(56px, 7vw, 84px); }
  .recog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 48px); margin-top: 40px; }
  .recog-item { border-top: 1px solid var(--stone-line); padding-top: 20px; }
  .recog-h { font-family: 'Cormorant Garamond', serif; font-size: 25px; font-weight: 600; margin: 0 0 10px; }
  .recog-p { font-size: 15px; line-height: 1.65; color: #5A5246; margin: 0; }

  /* ── Selected work ────────────────────────────────────── */
  .work { padding-top: clamp(64px, 8vw, 90px); padding-bottom: clamp(64px, 8vw, 100px); }
  .section-head { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; flex-wrap: wrap; margin-bottom: clamp(32px, 4vw, 48px); }
  .section-head h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 3.4vw, 44px); font-weight: 500; margin: 0; }
  .work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 28px; }
  .card a { text-decoration: none; color: inherit; display: block; }
  .card img, .card .wimg-ph { width: 100%; height: 300px; object-fit: cover; display: block; }
  .card-name { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 500; margin-top: 16px; }
  .card-tag { color: var(--accent); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; margin-top: 4px; }

  /* ── Process ──────────────────────────────────────────── */
  .process { border-top: 1px solid var(--line); padding-top: clamp(64px, 8vw, 90px); padding-bottom: clamp(64px, 8vw, 100px); }
  .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(28px, 3.5vw, 44px); margin-top: clamp(36px, 5vw, 56px); }
  .step { border-top: 1px solid var(--line); padding-top: 22px; }
  .step-num { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--accent); }
  .step-h { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 600; margin: 10px 0 12px; }
  .step-p { font-size: 15px; line-height: 1.7; color: var(--body); margin: 0; }

  /* ── Development ──────────────────────────────────────── */
  .dev { background: var(--stone); padding-top: clamp(64px, 8vw, 90px); padding-bottom: clamp(64px, 8vw, 90px); }
  .dev h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 3.2vw, 40px); font-weight: 500; margin: 14px 0 10px; }
  .dev-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 40px); margin-top: clamp(36px, 5vw, 52px); }
  .dev-stat { border-top: 2px solid var(--accent); padding-top: 18px; }
  .dev-stat-n { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px, 3.4vw, 46px); font-weight: 500; line-height: 1.05; }
  .dev-stat-l { font-size: 14px; line-height: 1.55; color: #5A5246; margin-top: 8px; }
  .dev-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(28px, 3.5vw, 40px); margin-top: clamp(40px, 5vw, 56px); }
  .dev-name { font-family: 'Cormorant Garamond', serif; font-size: 23px; font-weight: 600; padding-top: 18px; border-top: 1px solid var(--stone-line); }
  .dev-desc { font-size: 14.5px; line-height: 1.65; color: #5A5246; margin: 10px 0 0; }
  .dev-cta { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: clamp(40px, 5vw, 56px); border-top: 1px solid var(--stone-line); padding-top: 34px; }
  .dev-cta p { margin: 0; font-size: 15px; color: #5A5246; }

  /* ── Leadership ───────────────────────────────────────── */
  .family { display: grid; grid-template-columns: minmax(0, 600px) 1fr; gap: clamp(32px, 5vw, 70px); align-items: center; padding-top: clamp(64px, 9vw, 110px); }
  .family-img img, .family-img .wimg-ph { width: 100%; height: clamp(320px, 36vw, 460px); object-fit: cover; object-position: top; display: block; }
  .family-cap { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-top: 12px; }
  .family h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 3.4vw, 42px); font-weight: 500; line-height: 1.2; margin: 14px 0 22px; }
  .bios { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 48px); padding-top: clamp(40px, 6vw, 64px); padding-bottom: clamp(64px, 9vw, 110px); }
  .bio { border-top: 1px solid var(--line); padding-top: 24px; }
  .bio-name { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 600; margin: 0; }
  .bio-role { color: var(--accent); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; margin: 8px 0 14px; }
  .bio-p { font-size: 15.5px; line-height: 1.7; color: var(--body); margin: 0 0 18px; }

  /* ── Contact CTA ──────────────────────────────────────── */
  .cta { position: relative; color: #F7F2E8; text-align: center; overflow: hidden; padding: clamp(70px, 10vw, 110px) var(--pad); }
  .cta > img, .cta > picture, .cta > .wimg-ph { position: absolute; inset: 0; width: 100%; height: 100%; }
  .cta > img, .cta > picture > img, .cta > .wimg-ph { object-fit: cover; display: block; }
  .cta > picture > img { width: 100%; height: 100%; }
  .cta-scrim { position: absolute; inset: 0; background: rgba(30,24,17,0.68); }
  .cta-copy { position: relative; }
  .cta h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px, 4.4vw, 52px); font-weight: 500; margin: 16px 0 12px; }
  .cta-p { color: #DDD2BC; font-size: 16px; margin: 0; }
  .cta-row { display: flex; justify-content: center; gap: 16px; margin-top: 34px; flex-wrap: wrap; }

  /* ── Footer ───────────────────────────────────────────── */
  .footer { background: var(--dark); color: #B9AE9B; padding: clamp(44px, 6vw, 64px) var(--pad) 44px; }
  .footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 28px; flex-wrap: wrap; padding-bottom: 36px; border-bottom: 1px solid #3B3429; }
  .footer-mark { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 500; color: #F0E9DB; margin: 0 0 6px; }
  .footer-nav { display: flex; gap: clamp(20px, 3vw, 40px); flex-wrap: wrap; }
  .footer-nav a { display: inline-flex; align-items: center; min-height: 44px; color: #B9AE9B; text-decoration: none; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; }
  .footer-addr { font-size: 14px; line-height: 1.8; text-align: right; }
  .footer-addr .footer-street { margin: 0; }
  /* Block-level so each email owns a full row of its own; on a phone that row
     becomes a 44px touch target without the two links fighting over the gap
     between them. */
  .footer-addr a { display: block; color: #DDD2BC; text-decoration: none; }
  .footer-bottom { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13px; padding-top: 24px; letter-spacing: 0.06em; }

  /* ── Mobile ───────────────────────────────────────────── */
  @media (max-width: 900px) {
    .work-grid { grid-template-columns: 1fr 1fr; }
    .process-grid, .dev-grid { grid-template-columns: 1fr 1fr; }
    .phil { grid-template-columns: 1fr; gap: 18px; }
    .family { grid-template-columns: 1fr; }
    .footer-addr { text-align: left; }
  }
  @media (max-width: 640px) {
    .nav-toggle { display: block; }
    .navbar-inner { display: none; }
    body.nav-open .navbar-inner { display: flex; flex-direction: column; gap: 0; padding-bottom: 8px; }
    body.nav-open .navbar-inner a { min-height: 48px; width: 100%; justify-content: center; border-top: 1px solid var(--line); }
    .stats { grid-template-columns: 1fr; }
    .stat + .stat { border-left: 0; border-top: 1px solid var(--line); }
    .work-grid { grid-template-columns: 1fr; }
    .card img, .card .wimg-ph { height: 240px; }
    .recog-grid, .process-grid, .dev-grid, .dev-stats, .bios { grid-template-columns: 1fr; }
    .hero { height: min(86vh, 640px); }
    .hero-scrim { background: linear-gradient(180deg,
      rgba(24,19,14, calc(var(--scrim) * 0.20)) 0%,
      rgba(24,19,14, calc(var(--scrim) * 0.62)) 34%,
      rgba(24,19,14, var(--scrim)) 100%); }
    .hero-copy { padding-left: max(var(--pad), 24px); padding-right: max(var(--pad), 24px); }
    .hero-p { font-size: 15px; }
    /* Each email link is its own 44px row — WCAG 2.5.5 target size — rather
       than two 20px lines sharing a stretched line-height. */
    .footer-addr a { min-height: 44px; display: flex; align-items: center; }
    .footer-addr a::after { content: none; }
  }

  /* ══════════════════════════════════════════════════════════
     Additions for interior pages — same design language as the
     homepage: Cormorant Garamond headings, Jost body, stone rules.
     ══════════════════════════════════════════════════════════ */

  /* ── Page header (interior pages, in place of the hero) ── */
  .pagehead { border-bottom: 1px solid var(--line); padding-top: clamp(48px, 7vw, 84px); padding-bottom: clamp(32px, 5vw, 52px); text-align: center; }
  .pagehead h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px, 4.4vw, 54px); font-weight: 500; line-height: 1.14; margin: 14px 0 0; text-wrap: balance; }
  .pagehead .lede { font-size: clamp(15px, 1.6vw, 18px); line-height: 1.7; color: var(--body); max-width: 660px; margin: 18px auto 0; }
  .crumb { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); }
  .crumb a { color: var(--muted); text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 2px; }
  .crumb a:hover { color: var(--accent); border-color: var(--accent); }

  /* ── Prose column ── */
  .prose { max-width: 720px; margin: 0 auto; padding-top: clamp(48px, 7vw, 80px); padding-bottom: clamp(56px, 8vw, 96px); }
  .prose h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px, 3vw, 36px); font-weight: 500; line-height: 1.22; margin: clamp(38px, 5vw, 56px) 0 18px; }
  .prose h2:first-child { margin-top: 0; }
  .prose p { font-size: 17px; line-height: 1.78; color: var(--body); margin: 0 0 18px; }
  .prose figure { margin: clamp(32px, 4vw, 44px) 0; }
  .prose figure img, .prose figure .wimg-ph { width: 100%; height: auto; display: block; }
  .prose figcaption { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-top: 10px; }

  /* ── Gallery grid ── */
  .gallery { padding-top: clamp(40px, 6vw, 64px); padding-bottom: clamp(56px, 8vw, 100px); }
  /* align-items:start is the no-script baseline: without it a landscape photo
     stretches to match a portrait beside it and fills the difference with
     --stone. The script below upgrades this to true masonry, which keeps the
     published order (row by row) while packing out the vertical gaps. */
  .gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
  .gallery-grid.masonry { row-gap: 0; grid-auto-rows: var(--grid-row, 4px); }
  .gallery-grid.masonry .shot { margin-bottom: 20px; }
  .shot { position: relative; margin: 0; padding: 0; background: var(--stone); overflow: hidden; }
  .shot img, .shot .wimg-ph { width: 100%; height: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; border: 0; cursor: zoom-in; transition: transform 480ms cubic-bezier(.2,.7,.3,1), opacity 240ms ease; }
  .shot.portrait img { aspect-ratio: 2 / 3; }
  .shot:hover img { transform: scale(1.035); }
  @media (prefers-reduced-motion: reduce) { .shot img { transition: none; } .shot:hover img { transform: none; } }

  .gallery-note { color: var(--muted); font-size: 13px; letter-spacing: 0.06em; margin-top: 28px; text-align: center; }

  /* ── Lightbox ── */
  .lb { position: fixed; inset: 0; z-index: 200; background: rgba(20,16,11,0.94); display: none; align-items: center; justify-content: center; }
  .lb[open], .lb.on { display: flex; }
  .lb img { max-width: min(94vw, 2560px); max-height: 88vh; object-fit: contain; display: block; }
  .lb-btn { position: absolute; background: none; border: 1px solid rgba(240,233,219,0.35); color: #F0E9DB; width: 52px; height: 52px; font-size: 22px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
  .lb-btn:hover { border-color: var(--accent-bright); color: var(--accent-bright); }
  .lb-prev { left: clamp(10px, 3vw, 32px); top: 50%; transform: translateY(-50%); }
  .lb-next { right: clamp(10px, 3vw, 32px); top: 50%; transform: translateY(-50%); }
  .lb-close { top: clamp(10px, 3vw, 26px); right: clamp(10px, 3vw, 32px); }
  .lb-count { position: absolute; bottom: clamp(14px, 3vw, 28px); left: 0; right: 0; text-align: center; color: #B9AE9B; font-size: 12px; letter-spacing: 0.22em; }

  /* ── Gallery index cards (reuses .card from the homepage) ── */
  .index-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 28px; padding-top: clamp(40px, 5vw, 56px); padding-bottom: clamp(64px, 8vw, 100px); }
  .card-count { color: var(--muted); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; margin-top: 4px; }

  /* ── Development page ── */
  .avail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 44px); padding-top: clamp(36px, 5vw, 52px); }
  .avail img, .avail .wimg-ph { width: 100%; height: 260px; object-fit: cover; display: block; }
  .avail-name { font-family: 'Cormorant Garamond', serif; font-size: 25px; font-weight: 600; margin: 18px 0 6px; }
  .avail-status { color: var(--accent); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; }
  .avail-p { font-size: 15px; line-height: 1.65; color: var(--body); margin: 10px 0 14px; }

  /* ── Contact page ── */
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); padding-bottom: clamp(56px, 8vw, 90px); }
  .contact-block { border-top: 1px solid var(--line); padding-top: 26px; }
  .contact-block h3 { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 600; margin: 0; }
  .contact-block .role { color: var(--accent); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; margin: 8px 0 16px; }
  .contact-block p { font-size: 15.5px; line-height: 1.72; color: var(--body); margin: 0 0 16px; }
  .contact-block ul { margin: 0 0 18px; padding-left: 18px; }
  .contact-block li { font-size: 15.5px; line-height: 1.7; color: var(--body); margin-bottom: 10px; }
  .office { text-align: center; padding-bottom: clamp(40px, 6vw, 64px); }
  .office-addr { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px, 2.4vw, 30px); font-weight: 500; line-height: 1.5; margin: 12px 0 0; }

  /* ── Skip link (accessibility) ── */
  .skip { position: absolute; left: -9999px; top: 0; background: var(--dark); color: #F0E9DB; padding: 12px 20px; z-index: 300; }
  .skip:focus { left: 12px; top: 12px; }
  a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

  @media (max-width: 900px) {
    .gallery-grid, .index-grid, .avail-grid { grid-template-columns: 1fr 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 640px) {
    .gallery-grid, .index-grid, .avail-grid { grid-template-columns: 1fr; }
    .lb-btn { width: 44px; height: 44px; }
  }

  /* ── Footer monogram & lot map ─────────────────────────── */
  .footer-mono { text-align: center; padding: 26px 0 6px; }
  .footer-mono img, .footer-mono picture { display: inline-block; width: 100%; max-width: 460px; height: auto; opacity: 0.92; }
  .lotmap { margin: 0; padding-bottom: clamp(40px, 6vw, 64px); }
  .lotmap img, .lotmap picture img { width: 100%; height: auto; display: block; border: 1px solid var(--line); }
  .lotmap figcaption { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 12px; text-align: center; }

  /* ── Touch targets ────────────────────────────────────────
     Inline links render ~20px tall, below the 44px comfortable
     touch minimum. Expand the hit area with a pseudo-element so
     the visual rhythm of the page is untouched. */
  .link, .contact-block p a, .footer-addr a, .avail a { position: relative; }
  .link::after, .contact-block p a::after, .footer-addr a::after, .avail a::after {
    content: ""; position: absolute; left: 0; right: 0; top: 50%;
    transform: translateY(-50%); height: 46px; pointer-events: auto;
  }
  @media (hover: hover) and (pointer: fine) {
    /* a mouse doesn't need the padding, and it would swallow hovers */
    .link::after, .contact-block p a::after, .footer-addr a::after, .avail a::after { height: 100%; }
  }
