/* =========================================================
   public/about/index.html — About page
   Page-scoped only. Reuses theme tokens/classes; never edits theme.
   ========================================================= */

/* ---- HERO: full-screen, Dave cut-out (parallax), copy on the right ---- */
#about-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 76px;
  overflow: hidden;
  color: #fff;
  background-color: var(--black);
  background-image:
    linear-gradient(90deg, transparent 28%, rgba(8,9,10,.5) 55%, var(--black) 82%),
    radial-gradient(70% 80% at 82% 26%, rgba(196,160,110,.12), transparent 60%),
    url('../images/about/dave-cutout.png');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 0 0, 0 0, left bottom;
  background-size: cover, cover, auto 92%;
  background-attachment: scroll, scroll, fixed;
}

#about-hero .about-hero-copy { position: relative; z-index: 3; max-width: 520px; }
#about-hero .eyebrow { color: #fff; }
#about-hero h1 {
  margin: 10px 0 6px;
  font-weight: 500;
  font-size: clamp(46px, 5.5vw, 72px);
  line-height: 1;
  letter-spacing: -.02em;
}
#about-hero .about-role {
  margin: 0;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
#about-hero .about-rule { display: block; width: 44px; height: 1px; margin: 24px 0 20px; background: var(--gold); }
#about-hero .about-tag {
  max-width: 420px;
  margin: 0 0 26px;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 2vw, 26px) !important;
  line-height: 1.35;
  color: #fff;
}
#about-hero .text-link { color: #fff; }

/* ---- CREDIBILITY strip ---- */
#about-cred {
  background: var(--charcoal);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #fff;
}
#about-cred .cred-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(18px, 4vw, 54px);
  padding: 26px 0;
}
#about-cred .cred-item { display: flex; align-items: baseline; gap: 10px; }
#about-cred .cred-n { font-family: var(--serif); font-weight: 500; color: var(--gold); font-size: 30px; line-height: 1; }
#about-cred .cred-l { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.72); }
#about-cred .cred-sep { width: 1px; height: 26px; background: var(--line); }

/* ---- STORY (reuses .omega-path; widen the body column) ---- */
#about-story .about-story-body p { max-width: 64ch; margin-bottom: 18px; }
#about-story .about-story-body p.lead {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(20px, 1.8vw, 24px) !important;
  line-height: 1.5;
  color: var(--ink);
}

/* ---- QUOTE (reuses .dark-section + theme blockquote) ---- */
#about-quote { padding: clamp(64px, 9vw, 120px) 0; text-align: center; }
#about-quote blockquote { margin: 0 auto; max-width: 820px; font-style: italic; }
#about-quote blockquote cite { color: var(--gold); }

/* ---- WHAT I BELIEVE ---- */
#about-beliefs { padding: clamp(54px, 7vw, 92px) 0; background: var(--cream); }
#about-beliefs h2 {
  margin: 0 0 44px;
  font-weight: 500;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -.02em;
}
#about-beliefs .belief { border-top: 1px solid var(--gold); padding-top: 22px; }
#about-beliefs .belief-n { display: block; font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 22px; margin-bottom: 8px; }
#about-beliefs .belief h3 { margin: 0 0 10px; font-weight: 500; font-size: 26px; line-height: 1.1; }
#about-beliefs .belief p { margin: 0; color: #4a453a; font-size: 15px !important; line-height: 1.7; }

/* ---- responsive ---- */
@media (max-width: 991.98px) {
  #about-hero {
    align-items: flex-start;
    padding-top: 96px;
    background-attachment: scroll, scroll, scroll;
    background-size: cover, cover, auto 52%;
  }
  #about-hero .about-hero-copy { max-width: none; }
  #about-cred .cred-sep { display: none; }
  #about-story .about-story-body p { max-width: none; }
}

/* =========================================================
   public/contact/index.html — Contact page
   Page-scoped only. Uses theme tokens; never edits theme.
   ========================================================= */
.site-header { border-bottom: 0 !important; }
.contact-hero { position: relative; overflow: hidden; min-height: clamp(440px, 58vh, 620px); display: flex; flex-direction: column; justify-content: flex-end; text-align: left; padding: 76px 0 clamp(40px, 5vw, 64px); color: var(--paper); background: #0e0e0f; }
.contact-hero .px-layer { position: absolute; left: 0; right: 0; top: -35%; height: 170%; z-index: 0; background: url("../images/about/paralax.jpg") right center/cover no-repeat; will-change: transform; }
.contact-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(12,12,13,.86) 0%, rgba(12,12,13,.64) 46%, rgba(12,12,13,.32) 78%, rgba(12,12,13,.2) 100%); }
.contact-hero .site-container { position: relative; z-index: 2; }
@media (max-width: 991px){ .site-header .nav-cta { display: none; } }
/* contact hero (mobile): pull the crop so Dave's head peeks from the right, wall on the left */
@media (max-width: 768px){ .contact-hero .px-layer { background-position: 62% center; } }
/* centred mobile hamburger menu (framework pages) — force it on every page */
@media (max-width: 991px){
  #mainNav { text-align: center; }
  #mainNav .navbar-nav { width: 100%; align-items: center !important; padding: 18px 0 6px; }
  #mainNav .nav-item { width: 100%; text-align: center; }
  #mainNav .nav-link { display: block; text-align: center; font-size: 15px; padding: 10px 0; }
}
.contact-hero .eyebrow { color: var(--paper); }
.contact-hero h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 4.4vw, 54px); line-height: 1; letter-spacing: -.03em; margin-top: 14px; color: var(--paper); }
@media (max-width: 768px) { .contact-hero { background-attachment: scroll; min-height: clamp(340px, 52vh, 460px); } }

#contact { padding: clamp(46px, 6vw, 84px) 0 clamp(58px, 8vw, 110px); background: var(--paper); }
#contact .contact-head { max-width: 640px; margin-bottom: clamp(40px, 5vw, 64px); }
#contact .contact-lead { margin-bottom: clamp(30px, 4vw, 50px); }
#contact .eyebrow { color: var(--ink); }
#contact h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(42px, 6vw, 72px); line-height: .98; letter-spacing: -.03em; margin: 18px 0 20px; color: var(--ink); }
#contact .contact-lead { max-width: 52ch; color: #565248; font-size: 16px; line-height: 1.7; }
#contact .contact-grid { display: grid; grid-template-columns: 1.4fr .9fr; gap: clamp(36px, 5vw, 72px); align-items: start; }
#contact .contact-form { display: grid; gap: 20px; }
#contact .field { display: grid; gap: 8px; }
#contact label { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #5c5246; }
#contact input, #contact textarea { width: 100%; background: #f7f2e9; border: 1px solid rgba(29,27,24,.16); border-radius: 0; padding: 14px 16px; font-family: var(--sans); font-size: 15px; color: var(--ink); }
#contact input:focus, #contact textarea:focus { outline: 0; border-color: var(--gold); }
#contact textarea { resize: vertical; min-height: 150px; }
#contact .contact-send { justify-self: start; margin-top: 6px; border: 0; border-radius: 0; background: var(--black); color: #fff; font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; padding: 16px 34px; cursor: pointer; transition: background .3s ease; }
#contact .contact-send:hover { background: #000; }
#contact .contact-info { display: grid; gap: 30px; padding-left: clamp(0px, 2vw, 24px); }
#contact .info-block .info-label { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #5c5246; margin: 0 0 8px; }
#contact .info-block a { font-family: var(--serif); font-size: 22px; color: var(--ink); text-decoration: none; transition: color .3s ease; }
#contact .info-block a:hover { color: var(--gold); }
#contact .info-social { display: flex; gap: 16px; }
#contact .info-social a { font-size: 20px; color: #5c5246; }
#contact .info-social a:hover { color: var(--gold); }
@media (max-width: 768px) {
  #contact .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  #contact .contact-info { padding-left: 0; }
}

/* =========================================================
   public/media/index.html — Library page
   Left filter rail (desktop) / dropdown (mobile), clean 3-across cards.
   ========================================================= */
.lib { background: var(--paper); padding: calc(76px + clamp(44px, 6vw, 80px)) 0 clamp(56px, 8vw, 100px); }
.lib-top { margin-bottom: clamp(28px, 4vw, 44px); }
.lib-top .eyebrow { color: var(--ink); }
.lib-top h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(36px, 5vw, 56px); line-height: .98; letter-spacing: -.03em; margin-top: 14px; color: var(--ink); }
.lib-layout { display: grid; grid-template-columns: 150px 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.lib-filter-toggle { display: none; }
.lib-filters { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 5px; border-right: 1px solid rgba(92,82,70,.2); padding-right: 20px; }
.lib-filter { background: none; border: 0; padding: 4px 0; text-align: left; font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .05em; color: #8a8072; cursor: pointer; transition: color .2s; }
.lib-filter:hover { color: var(--ink); }
.lib-filter.is-active { color: var(--gold); }
.lib-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(26px, 2.8vw, 44px) clamp(20px, 2vw, 30px); }
.lib-card { display: block; color: inherit; text-decoration: none; }
.lib-thumb { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #e6dfd2; margin-bottom: 14px; }
.lib-thumb img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) sepia(.1) contrast(1.03) brightness(.96); transition: transform .5s ease; }
.lib-card:hover .lib-thumb img { transform: scale(1.04); }
.lib-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 46px; height: 46px; border-radius: 50%; background: rgba(14,14,15,.5); border: 1px solid rgba(255,255,255,.7); display: grid; place-items: center; color: #fff; font-size: 20px; }
.lib-type { font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.lib-card h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(24px, 1.7vw, 28px); line-height: 1.1; color: var(--ink); margin: 9px 0; letter-spacing: -.015em; }

/* active nav highlight (framework Bootstrap header — Library/Contact pages) */
.navbar .nav-link.active { color: var(--gold); }
.lib-card p { font-family: var(--sans); font-size: 13.5px !important; line-height: 1.55; color: #565248; margin: 0 0 12px; }
.lib-go { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ink); display: inline-flex; align-items: center; gap: 8px; transition: color .2s, gap .2s; }
.lib-card:hover .lib-go { color: var(--gold); gap: 12px; }
@media (max-width: 991px) {
  .lib-layout { grid-template-columns: 1fr; gap: 0; }
  .lib-side { position: sticky; top: 76px; z-index: 30; background: var(--paper); padding: 8px 0; margin-bottom: 20px; }
  .lib-filter-toggle { display: flex; align-items: center; gap: 10px; width: 100%; background: #f7f2e9; border: 1px solid rgba(29,27,24,.16); padding: 14px 16px; font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); cursor: pointer; }
  .lib-filter-toggle .lbl { color: #8a8072; }
  .lib-filter-toggle .cur { color: var(--gold); margin-left: 2px; }
  .lib-filter-toggle .bi { margin-left: auto; transition: transform .25s; }
  .lib-filter-toggle[aria-expanded="true"] .bi { transform: rotate(180deg); }
  .lib-filters { position: absolute; left: 0; right: 0; top: calc(100% + 6px); z-index: 20; display: none; flex-direction: column; gap: 0; background: #fff; border: 1px solid rgba(29,27,24,.16); box-shadow: 0 18px 40px rgba(0,0,0,.12); padding: 6px; max-height: 62vh; overflow: auto; }
  .lib-filters.open { display: flex; }
  .lib-filter { padding: 11px 12px; font-size: 13px; }
  .lib-filter:hover { background: #f5f0e7; }
  .lib-filter.is-active { color: var(--gold); background: #f5f0e7; }
  .lib-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) { .lib-grid { grid-template-columns: 1fr; } }

/* ---- Video lightbox (Library) ---- */
.lb { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; padding: 22px; background: rgba(8,9,10,.92); backdrop-filter: blur(6px); }
.lb.open { display: flex; }
.lb-inner { position: relative; width: min(980px, 94vw); }
.lb-frame { position: relative; aspect-ratio: 16/9; background: #000; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 40px 120px -30px rgba(0,0,0,.85); }
.lb-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.lb-close { position: absolute; top: -40px; right: 0; padding: 4px; background: none; border: 0; border-radius: 0; color: #fff; cursor: pointer; font-size: 26px; line-height: 1; opacity: .8; transition: opacity .2s ease; }
.lb-close:hover { opacity: 1; }