:root {
  color-scheme: light;
  --paper: #faf4ed;
  --ink: #303e4a;
  --muted: #655b56;
  --accent: #99492f;
  --line: #dfcfc1;
  --blue: #e4eced;
  --clay: #f0e2d6;
  --sans: 'Avenir Next', Avenir, 'Segoe UI', Arial, sans-serif;
  --serif: Georgia, 'Times New Roman', serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 18px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .25em; }
a:hover { color: var(--accent); }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; }
img { display: block; max-width: 100%; height: auto; }
p { margin: 0 0 1.25rem; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h1 { font-size: clamp(3.8rem, 6.5vw, 5.8rem); line-height: 1.08; margin: 0 0 1.7rem; color: var(--accent); }
h2 { font-size: clamp(2rem, 3.1vw, 2.8rem); line-height: 1.2; margin: 0 0 1.5rem; }
h3 { font-weight: 600; }
.wrap { width: min(1120px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; left: 1rem; top: -8rem; background: var(--paper); padding: 1rem; z-index: 10; }
.skip-link:focus { top: 1rem; }
.eyebrow { font-size: .78rem; color: var(--accent); margin-bottom: .8rem; }
.text-link { font-size: .82rem; font-weight: 550; }
.text-link span { margin-left: .4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; background: var(--accent); color: #fffaf5; border-radius: 5px; padding: .85rem 1.2rem; font-size: .8rem; font-weight: 550; text-decoration: none; transition: background .2s; }
.button:hover { background: #793923; color: #fff; }
.hero-links { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin-top: 1.8rem; }
.masthead { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-bottom: 1px solid var(--line); }
.wordmark { font: italic 2rem/1.2 var(--serif); letter-spacing: -.065em; text-decoration: none; }
.wordmark span { color: var(--accent); }
nav { display: flex; align-items: center; gap: 1.8rem; font-size: .8rem; }
nav a { text-decoration: none; padding-block: .65rem; }
nav a:hover { text-decoration: underline; }
.nav-contact { color: var(--accent); }
.nav-contact span { margin-left: .5rem; }
.hero { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 10%; padding-block: 60px 70px; }
.hero-description { max-width: 470px; font-size: 1rem; color: var(--muted); }
.hero-art { min-width: 0; padding: 10px 0; }
.portrait-card { margin: 0 auto; width: 88%; }
.portrait-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 30%; border-radius: 0; box-shadow: 12px 12px 0 var(--clay); }
figcaption { text-align: center; font-size: .72rem; color: var(--muted); margin-top: 1.25rem; }
.videos { padding-block: 55px 70px; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.section-heading h2 { margin: 0; }
.section-aside { flex-shrink: 0; padding-bottom: .2rem; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem 1.5rem; list-style: none; margin: 0; padding: 0; }
.video-card { text-decoration: none; display: block; }
.video-image { position: relative; overflow: hidden; border-radius: 6px; background: var(--clay); aspect-ratio: 16/9; }
.video-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.video-card:hover img { transform: scale(1.025); }
.video-play { position: absolute; left: .75rem; bottom: .75rem; display: grid; place-items: center; width: 34px; height: 28px; border-radius: 5px; background: var(--accent); color: #fff; font-size: .7rem; }
.video-card time { display: block; font-size: .67rem; color: var(--muted); margin-top: .75rem; }
.video-card h3 { font-size: .93rem; line-height: 1.5; margin: .25rem 0; }
.video-card:hover h3 { text-decoration: underline; text-underline-offset: .2em; }
.craft-section { background: var(--blue); padding-block: 65px; border-block: 1px solid #cfdcdd; }
.craft-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 8%; align-items: center; }
.banjo-figure { margin: 0; min-width: 0; }
.banjo-figure img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 6px; }
.craft-copy p:not(.eyebrow), .book-copy > p:not(.eyebrow) { font-size: .95rem; color: var(--muted); }
.craft-copy .button { margin-top: .5rem; }
.book-section { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 10%; padding-block: 65px; }
.book-section + .book-section { border-top: 1px solid var(--line); }
.book-facts { display: flex; gap: 2rem; margin-top: 2rem; }
dt { font-size: .7rem; color: var(--muted); }
dd { font-size: .8rem; margin: .25rem 0 0; }
.book-figure { margin: 0; min-width: 0; }
.book-art { padding: 20px 0; }
.book-art img { width: 66%; margin-inline: auto; border-radius: 2px; box-shadow: 6px 6px 0 #dccdbd, 12px 14px 24px #54372a1a; }
.contact { padding-block: 45px 55px; border-top: 1px solid var(--line); }
.contact h2 { font-size: 1.8rem; }
.contact > p { font-size: .95rem; color: var(--muted); max-width: 690px; }
.contact-link { font-size: 1.1rem; color: var(--accent); }
.contact-link span { margin-left: .5rem; }
.footer { border-top: 1px solid var(--line); padding-block: 1.8rem; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; }
.footer p, .footer > a:last-child { font-size: .72rem; color: var(--muted); margin: 0; }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 56px); }
  .hero { gap: 6%; padding-block: 50px; }
  .section-heading { align-items: start; flex-direction: column; gap: 1rem; }
  .craft-grid, .book-section { gap: 6%; }
  .book-facts { gap: 1.3rem; }
}
@media (max-width: 760px) {
  nav { gap: 1.1rem; }
  h1 { font-size: 3.8rem; }
  .hero { gap: 4%; }
  .portrait-card { width: 90%; }
  .hero-description { font-size: .95rem; }
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .craft-grid { grid-template-columns: 1fr; gap: 2rem; }
  .banjo-figure { max-width: 560px; justify-self: center; }
  .craft-copy { max-width: 580px; }
  .book-facts { flex-direction: column; gap: 1rem; }
}
@media (max-width: 600px) {
  body { font-size: 17px; }
  .wrap { width: calc(100% - 40px); }
  .masthead { min-height: 82px; gap: 1rem; }
  .wordmark { font-size: 1.8rem; }
  nav { gap: 1rem; font-size: .72rem; }
  .nav-contact { display: none; }
  .hero { grid-template-columns: 1fr; gap: 2rem; padding-block: 38px 45px; }
  h1 { font-size: 3.65rem; margin-bottom: 1.3rem; }
  .hero-description { font-size: 1rem; }
  .hero-links { gap: 1.3rem; }
  .hero-art { width: min(100%, 350px); justify-self: center; }
  .portrait-card { width: 85%; }
  h2 { font-size: 2rem; }
  .videos { padding-block: 40px; }
  .video-grid { gap: 1.5rem 1rem; }
  .video-card h3 { font-size: .85rem; }
  .video-card time { font-size: .62rem; }
  .video-play { left: .6rem; bottom: .6rem; width: 30px; height: 24px; font-size: .6rem; }
  .craft-section { padding-block: 40px; }
  .book-section { grid-template-columns: 1fr; padding-block: 40px; gap: 2rem; }
  .book-facts { flex-direction: row; gap: 2rem; }
  .book-figure { width: min(100%, 360px); justify-self: center; }
  .contact { padding-block: 35px 40px; }
  .footer { flex-wrap: wrap; gap: 1rem; }
  .footer p { order: 3; flex-basis: 100%; }
}
@media (max-width: 360px) {
  .masthead { flex-wrap: wrap; padding-block: 1rem; gap: .35rem; }
  nav { flex-basis: 100%; justify-content: space-between; gap: .7rem; }
  h1 { font-size: 3.2rem; }
  .video-grid { grid-template-columns: 1fr; }
  .video-card h3 { font-size: .95rem; }
  .book-facts { flex-direction: column; gap: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
