/* rickpescatore.com — design system v2
   Editorial serif on grained paper; night bands in deep navy; brass accents.
   Copy stays restrained; the craft lives in texture, motion, and type. */

:root {
  --paper: #f7f4ec;
  --paper-deep: #efeadd;
  --ink: #191813;
  --ink-soft: #4a4741;
  --ink-faint: #837e72;
  --navy: #1f3a56;
  --navy-deep: #16293d;
  --night: #0f1b29;
  --night-ink: #ece5d6;
  --night-faint: #94a0ad;
  --brass: #a2703a;
  --brass-soft: #c49a67;
  --rule: #ddd7c8;
  --rule-soft: #e8e3d6;
  --max: 1120px;
  --measure: 660px;
  --serif: "Newsreader", "Iowan Old Style", Georgia, serif;
  --sans: "Inter", -apple-system, "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(0.22, 0.61, 0.2, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

@view-transition { navigation: auto; }

body {
  font-family: var(--serif);
  font-optical-sizing: auto;
  background: var(--paper);
  color: var(--ink);
  font-size: 19px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main { flex: 1; }
.site-footer { margin-top: auto; }

/* printed-paper grain over everything */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: 0.36;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

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

a { color: var(--navy); text-decoration: none; }
.prose a, .measure a, .row-note a {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: color 0.25s var(--ease);
}
.prose a:hover, .measure a:hover, .row-note a:hover { color: var(--brass); }

::selection { background: var(--navy); color: var(--paper); }

:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; border-radius: 1px; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; position: relative; }

/* ---------- reading progress ---------- */

.progress-line {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 2px;
  background: var(--brass);
  transform-origin: 0 50%;
  transform: scaleX(0);
  z-index: 200;
}

/* ---------- header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: transparent;
  transition: background 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.site-header.scrolled {
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--rule);
  box-shadow: 0 1px 0 rgba(25, 24, 19, 0.02), 0 12px 32px -20px rgba(25, 24, 19, 0.25);
}

.site-header .wrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 18px;
  gap: 24px;
  flex-wrap: wrap;
}

.wordmark {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--ink);
}
.wordmark:hover { text-decoration: none; }
.wordmark .degree { color: var(--ink-faint); font-weight: 400; transition: color 0.3s; }
.wordmark:hover .degree { color: var(--brass); }

.site-nav { display: flex; gap: 26px; flex-wrap: wrap; }

.site-nav a {
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding-bottom: 4px;
  background-image: linear-gradient(var(--brass), var(--brass));
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.35s var(--ease), color 0.25s;
}
.site-nav a:hover { color: var(--ink); text-decoration: none; background-size: 100% 2px; }
.site-nav a[aria-current="page"] { color: var(--ink); background-size: 100% 2px; }

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

.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 16px;
}
/* ECG flourish after eyebrows */
.eyebrow::after {
  content: "";
  width: 64px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 14'%3E%3Cpath d='M0 8 H18 L23 8 26 2 30 12 33 5 36 8 H64' fill='none' stroke='%23a2703a' stroke-width='1.4' stroke-linejoin='round' stroke-linecap='round' opacity='0.75'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.section { padding: 88px 0; border-top: 1px solid var(--rule-soft); }
.section:first-of-type { border-top: none; }

h1, h2, h3 { font-weight: 500; line-height: 1.12; letter-spacing: -0.015em; }

h2 { font-size: clamp(30px, 3.4vw, 40px); margin-bottom: 30px; }
h3 { font-size: 22px; margin-bottom: 10px; }

.measure { max-width: var(--measure); }

.lede { font-size: 23px; line-height: 1.55; color: var(--ink-soft); }

p + p { margin-top: 1.2em; }

.smallcaps-link {
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.smallcaps-link::after {
  content: "";
  width: 14px; height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath d='M0 5h12M8 1l4 4-4 4' fill='none' stroke='%231f3a56' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s var(--ease);
}
.smallcaps-link:hover { text-decoration: none; color: var(--brass); }
.smallcaps-link:hover::after { transform: translateX(5px); }

/* ---------- scroll reveals (JS adds .rv / .in) ---------- */

.js .rv {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
  transition-delay: var(--rvd, 0ms);
}
.js .rv.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .rv { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

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

.hero {
  padding: 104px 0 96px;
  position: relative;
  min-height: min(82vh, 840px);
  display: flex;
  align-items: center;
}

.hero::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -12%;
  width: 60vw;
  height: 60vw;
  max-width: 900px;
  max-height: 900px;
  background: radial-gradient(closest-side, rgba(31, 58, 86, 0.10), transparent 70%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 84px;
  align-items: center;
  width: 100%;
}

.hero h1 {
  font-size: clamp(44px, 6.2vw, 76px);
  margin-bottom: 30px;
  max-width: 13em;
}
.hero h1 em {
  font-style: italic;
  color: var(--navy);
}

.hero .role-line {
  font-size: 22px;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 560px;
}

.hero .cred-line {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--rule);
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--ink-faint);
  letter-spacing: 0.01em;
  max-width: 540px;
}

/* entrance choreography */
@keyframes riseIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: none; }
}
.hero h1 { animation: riseIn 0.9s var(--ease) 0.05s backwards; }
.hero .role-line { animation: riseIn 0.9s var(--ease) 0.22s backwards; }
.hero .cred-line { animation: riseIn 0.9s var(--ease) 0.38s backwards; }
.hero-visual { animation: riseIn 1.1s var(--ease) 0.3s backwards; }

/* portrait */
.hero-visual { position: relative; isolation: isolate; }

.portrait-frame {
  position: relative;
  transform: perspective(900px) rotateX(var(--tiltX, 0deg)) rotateY(var(--tiltY, 0deg)) rotate(-1.4deg);
  transition: transform 0.4s var(--ease);
  will-change: transform;
}

.portrait-frame img {
  border: 1px solid rgba(25, 24, 19, 0.35);
  filter: grayscale(0.2) saturate(0.82) contrast(1.05) sepia(0.06);
  box-shadow: 0 2px 4px rgba(15, 27, 41, 0.12), 0 28px 70px -24px rgba(15, 27, 41, 0.45);
}

.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  border: 1px solid var(--brass-soft);
  z-index: -1;
  transition: transform 0.5s var(--ease);
}
.portrait-frame:hover::after { transform: translate(4px, 4px); }

.portrait-caption {
  margin-top: 22px;
  font-family: var(--sans);
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  text-align: right;
}

/* contour line-art behind portrait */
.contours {
  position: absolute;
  top: -70px;
  right: -90px;
  width: 340px;
  height: auto;
  z-index: -2;
  overflow: visible;
}
.contours path {
  fill: none;
  stroke: var(--brass);
  stroke-width: 1;
  opacity: 0.5;
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
}
.contours.draw path { animation: drawline 2.6s var(--ease) forwards; }
.contours path:nth-child(2) { animation-delay: 0.25s; }
.contours path:nth-child(3) { animation-delay: 0.5s; }
.contours path:nth-child(4) { animation-delay: 0.75s; }
@keyframes drawline { to { stroke-dashoffset: 0; } }
.js .contours:not(.draw) path { stroke-dashoffset: 1400; }
html:not(.js) .contours path { stroke-dashoffset: 0; }

/* scroll cue */
.scroll-cue {
  position: absolute;
  bottom: 26px;
  left: 50%;
  width: 1px;
  height: 56px;
  overflow: hidden;
}
.scroll-cue span {
  position: absolute;
  top: 0; left: 0;
  width: 1px; height: 100%;
  background: var(--ink-faint);
  animation: cueDrop 2.2s var(--ease) infinite;
}
@keyframes cueDrop {
  0% { transform: translateY(-100%); }
  55% { transform: translateY(0); }
  100% { transform: translateY(100%); }
}

/* ---------- list rows ---------- */

.row-list { list-style: none; max-width: 820px; }

.row-list li {
  position: relative;
  padding: 24px 56px 24px 18px;
  margin-left: -18px;
  border-bottom: 1px solid var(--rule-soft);
  transition: background 0.35s var(--ease);
}
.row-list li:last-child { border-bottom: none; }
.row-list li:hover { background: linear-gradient(90deg, var(--paper-deep), transparent 85%); }

.row-list li::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 22px; height: 14px;
  margin-top: -7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 14'%3E%3Cpath d='M0 7h19M13 1l6 6-6 6' fill='none' stroke='%23a2703a' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
}
.row-list li:hover::after { opacity: 1; transform: none; }

.row-venue {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brass);
  display: block;
  margin-bottom: 6px;
}

.row-title {
  font-size: 21px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.35;
  transition: color 0.25s var(--ease);
}
.row-list li:hover .row-title { color: var(--navy); }

.row-note { font-size: 16px; color: var(--ink-soft); margin-top: 5px; }

/* ---------- roles grid ---------- */

.roles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 8px;
}

.role {
  border: 1px solid var(--rule);
  background: color-mix(in srgb, var(--paper) 55%, #fffdf7);
  padding: 34px 30px 30px;
  position: relative;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
}
.role::before {
  content: "";
  position: absolute;
  top: -1px; left: -1px; right: -1px;
  height: 3px;
  background: linear-gradient(90deg, var(--brass), var(--brass-soft));
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.5s var(--ease);
}
.role:hover {
  transform: translateY(-6px);
  border-color: var(--rule);
  box-shadow: 0 30px 60px -28px rgba(15, 27, 41, 0.35);
}
.role:hover::before { transform: scaleX(1); }

.role h3 { font-size: 23px; }
.role p { font-size: 16.5px; color: var(--ink-soft); line-height: 1.62; }
.role .smallcaps-link { display: inline-flex; margin-top: 16px; font-size: 12px; }

/* ---------- definition night band ---------- */

.definition {
  background:
    radial-gradient(1000px 420px at 85% 110%, rgba(31, 58, 86, 0.55), transparent 65%),
    radial-gradient(700px 300px at 8% -20%, rgba(162, 112, 58, 0.16), transparent 70%),
    var(--night);
  border-top: 1px solid var(--night);
  border-bottom: 1px solid var(--night);
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}

.definition blockquote {
  font-size: clamp(26px, 3.6vw, 40px);
  line-height: 1.42;
  font-weight: 400;
  font-style: italic;
  max-width: 850px;
  color: var(--night-ink);
  position: relative;
}

.definition figcaption {
  margin-top: 30px;
  font-family: var(--sans);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass-soft);
  display: flex;
  align-items: center;
  gap: 16px;
}
.definition figcaption::before {
  content: "";
  width: 44px; height: 1px;
  background: var(--brass-soft);
}

.ghost-stat {
  position: absolute;
  right: -0.06em;
  top: 50%;
  margin-top: -0.62em;
  font-size: clamp(180px, 26vw, 380px);
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(196, 154, 103, 0.22);
  pointer-events: none;
  user-select: none;
  will-change: transform;
}

/* ---------- career arc (about) ---------- */

.arc-strip { padding: 40px 0 8px; }

.arc {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  position: relative;
  padding-top: 26px;
}
.arc::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--brass), var(--rule));
}
.arc li { position: relative; }
.arc li::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--paper);
  border: 1.5px solid var(--brass);
}
.arc li:last-child::before { background: var(--brass); }

.arc-year {
  display: block;
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 4px;
}
.arc-label { font-size: 15.5px; color: var(--ink-soft); line-height: 1.4; display: block; }

/* ---------- about page ---------- */

.page-title { padding: 84px 0 0; }
.page-title h1 {
  font-size: clamp(40px, 5.4vw, 64px);
  margin-bottom: 22px;
  animation: riseIn 0.8s var(--ease) 0.05s backwards;
}
.page-title .lede { animation: riseIn 0.8s var(--ease) 0.2s backwards; }

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 84px;
  align-items: start;
}

.about-side { position: sticky; top: 96px; }

.about-side .portrait-frame { margin-bottom: 34px; }

.fact-list { list-style: none; border-top: 1px solid var(--rule); }
.fact-list li {
  padding: 13px 0;
  border-bottom: 1px solid var(--rule-soft);
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.fact-list .fact-label {
  display: block;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 3px;
}

.prose h2 {
  font-size: 29px;
  margin: 58px 0 20px;
  padding-top: 26px;
  border-top: 1px solid var(--rule-soft);
}
.prose h2:first-child, .prose .lede + h2 { border-top: none; }
.prose h2:first-child { margin-top: 0; }
.prose p { max-width: var(--measure); }
.prose ul { max-width: var(--measure); margin: 1.2em 0 1.2em 1.2em; }
.prose li { margin-bottom: 0.55em; }

/* ---------- speaking topics ---------- */

.topics-list { list-style: none; max-width: 820px; counter-reset: topics; }
.topics-list li {
  counter-increment: topics;
  padding: 26px 0 26px 74px;
  border-bottom: 1px solid var(--rule-soft);
  font-size: 22px;
  font-weight: 500;
  position: relative;
  transition: padding-left 0.35s var(--ease);
}
.topics-list li::before {
  content: counter(topics, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 24px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 30px;
  font-weight: 400;
  color: var(--brass);
  opacity: 0.85;
  transition: opacity 0.3s;
}
.topics-list li:hover { padding-left: 82px; }
.topics-list li:hover::before { opacity: 1; }
.topics-list li:last-child { border-bottom: none; }
.topics-list .row-note { font-weight: 400; }

/* ---------- contact block ---------- */

.contact-block {
  background:
    radial-gradient(600px 280px at 90% 120%, rgba(31, 58, 86, 0.5), transparent 65%),
    var(--night);
  border: 1px solid var(--night);
  padding: 52px 56px;
  max-width: 680px;
  color: var(--night-ink);
  position: relative;
  overflow: hidden;
}
.contact-block p { font-size: 18px; color: var(--night-faint); }
.contact-block .email {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 34px);
  font-style: italic;
  font-weight: 500;
  color: var(--night-ink);
  display: inline-block;
  margin: 14px 0 6px;
  background-image: linear-gradient(var(--brass-soft), var(--brass-soft));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s var(--ease), color 0.3s;
}
.contact-block .email:hover { background-size: 100% 1px; color: var(--brass-soft); text-decoration: none; }
.contact-block .row-note { color: var(--night-faint); }

/* ---------- press materials / copy buttons ---------- */

.copy-btn {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  background: transparent;
  border: 1px solid var(--rule);
  padding: 6px 14px;
  margin-left: 14px;
  cursor: pointer;
  vertical-align: middle;
  transition: border-color 0.3s, color 0.3s, background 0.3s;
}
.copy-btn:hover { border-color: var(--brass); color: var(--brass); }
.copy-btn.copied { background: var(--brass); border-color: var(--brass); color: var(--paper); }

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

.site-footer {
  background: var(--night);
  color: var(--night-ink);
  margin-top: 110px;
  padding: 84px 0 72px;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "R.P.";
  position: absolute;
  right: -0.05em;
  bottom: -0.32em;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(160px, 22vw, 320px);
  font-weight: 500;
  line-height: 1;
  color: rgba(236, 229, 214, 0.045);
  pointer-events: none;
  user-select: none;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  align-items: baseline;
}

.footer-id { font-size: 24px; font-weight: 500; color: var(--night-ink); }
.footer-id .degree { color: var(--night-faint); font-weight: 400; }

.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--night-faint);
  padding-bottom: 3px;
  background-image: linear-gradient(var(--brass-soft), var(--brass-soft));
  background-size: 0% 1.5px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.35s var(--ease), color 0.25s;
}
.footer-links a:hover { color: var(--night-ink); background-size: 100% 1.5px; }

.footer-fine {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(236, 229, 214, 0.12);
  font-family: var(--sans);
  font-size: 12.5px;
  color: var(--night-faint);
  line-height: 1.7;
  max-width: 640px;
}

/* on-dark selection */
.definition ::selection, .site-footer ::selection, .contact-block ::selection {
  background: var(--brass-soft);
  color: var(--night);
}

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

@media (max-width: 960px) {
  .hero { padding: 64px 0 72px; min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-visual { max-width: 320px; order: -1; }
  .contours { right: -60px; width: 260px; }
  .scroll-cue { display: none; }
  .roles-grid { grid-template-columns: 1fr; gap: 20px; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-side { position: static; max-width: 340px; }
  .section { padding: 62px 0; }
  .arc { grid-template-columns: repeat(3, 1fr); row-gap: 34px; }
  .definition { padding: 84px 0; }
  .ghost-stat { font-size: 200px; opacity: 0.7; }
}

@media (max-width: 560px) {
  body { font-size: 17.5px; }
  .site-header .wrap { padding-top: 18px; padding-bottom: 14px; }
  .site-nav { gap: 15px; }
  .site-nav a { font-size: 11.5px; }
  .hero h1 { font-size: 40px; }
  h2 { font-size: 29px; }
  .arc { grid-template-columns: repeat(2, 1fr); }
  .contact-block { padding: 34px 26px; }
  .row-list li { padding-right: 40px; }
  .topics-list li { padding-left: 56px; font-size: 20px; }
  .topics-list li:hover { padding-left: 60px; }
  .topics-list li::before { font-size: 24px; }
  .ghost-stat { font-size: 150px; }
  .site-footer { padding: 60px 0 52px; }
}
