/*
Theme Name: Cynthia Barnes
Author: Cynthia Barnes
Description: Faithful duplicate of the original single-page site. Set the hero photo under Appearance > Customize > Header Image. Edit copy in index.php between the EDIT markers.
Version: 2.1
*/

:root{--paper:#FAF6EF;--card:#FFFFFF;--ink:#1E1A16;--soft:#544D42;--line:#E4DCCD;--accent:#A8421C;--shadow:0 16px 38px -26px rgba(30,26,22,.5)}
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{background:var(--paper);color:var(--ink);font-family:'Hanken Grotesk',sans-serif;font-size:17px;line-height:1.62;-webkit-font-smoothing:antialiased}
  a{color:var(--accent);text-decoration:none;border-bottom:1px solid transparent;transition:.15s}
  a:hover{border-bottom-color:var(--accent)}
  .wrap{max-width:1000px;margin:0 auto;padding:0 30px}
  .serif{font-family:'Playfair Display',serif}

  nav{position:sticky;top:0;z-index:30;background:rgba(250,246,239,.92);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
  .nav-inner{display:flex;justify-content:space-between;align-items:center;height:64px}
  .brand{font-family:'Playfair Display',serif;font-weight:600;font-size:21px;color:var(--ink)}
  .nav-links{display:flex;gap:22px}
  .nav-links a{font-size:14px;color:var(--soft);border:none}
  .nav-links a:hover{color:var(--ink)}
  @media(max-width:720px){.nav-links{display:none}}

  /* HERO */
  header{padding:56px 0 48px}
  .hero{display:grid;grid-template-columns:.72fr 1.28fr;gap:44px;align-items:center}
  .hero-photo{border-radius:6px;overflow:hidden;aspect-ratio:4/5;background:var(--line);box-shadow:var(--shadow)}
  .hero-photo img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(1.05) contrast(1.10) saturate(1.16)}
  .hero p{color:var(--soft);font-size:18px;margin-bottom:15px}
  .hero p:last-child{margin-bottom:0}
  .hero p strong{color:var(--ink);font-weight:600}
  @media(max-width:720px){.hero{grid-template-columns:1fr;gap:30px}.hero-photo{max-width:300px}}

  section.beat{padding:46px 0;border-top:1px solid var(--line)}
  .beat h2{font-family:'Playfair Display',serif;font-weight:600;font-size:clamp(26px,3.4vw,36px);margin-bottom:26px;color:var(--ink)}
  .clip{margin-bottom:24px}
  .clip:last-child{margin-bottom:0}
  .clip h3{font-family:'Playfair Display',serif;font-weight:500;font-size:21px;margin-bottom:4px;color:var(--ink)}
  .clip p{color:var(--soft);font-size:16.5px}
  .clip .parts{font-size:15px}

  .pr p{color:var(--soft);max-width:60ch;margin-bottom:14px}

  footer{border-top:1px solid var(--line);padding:40px 0 48px;text-align:center}
  footer .email{font-family:'Playfair Display',serif;font-style:italic;font-size:22px}
  footer .fine{margin-top:14px;font-size:13px;color:var(--soft)}
