/* primehookllc.com — static rebuild, matched to the original Squarespace design.
   Original used Futura PT (Adobe Typekit); we substitute Jost (free Futura-like font).
   Brand navy #2E3A4E. */

:root {
  --navy: #2E3A4E;
  --ink: #1f2733;
  --muted: #6b7280;
  --line: #d9dde3;
  --bg: #ffffff;
  --bg-gray: #e9eaec;
  --max: 1180px;
  --pad: clamp(1.25rem, 5vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--ink); }
h1, h2, h3 { font-weight: 500; line-height: 1.15; margin: 0 0 .5em; overflow-wrap: break-word; }

.container { max-width: var(--max); margin: 0 auto; padding-inline: var(--pad); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff; border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  max-width: var(--max); margin: 0 auto; padding: 1.1rem var(--pad); gap: 1rem;
}
.nav .logo img { height: 64px; width: auto; }
.nav-links { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2rem); list-style: none; margin: 0; padding: 0; }
.nav-links a { font-size: 1.02rem; font-weight: 400; color: var(--ink); text-decoration: none; }
.nav-links a.active { border-bottom: 2px solid var(--ink); padding-bottom: 2px; }
.nav-links a:hover { opacity: .7; }
.nav-btn {
  border: 1px solid var(--ink); padding: .85rem 1.5rem; font-size: 1rem;
  color: var(--ink); text-decoration: none; transition: background .2s, color .2s;
}
.nav-btn:hover { background: var(--ink); color: #fff; opacity: 1; }

/* Home: transparent header floating over the hero */
body.home .site-header {
  position: absolute; top: 0; left: 0; right: 0;
  background: transparent; border-bottom: none;
}

/* ---------- Hero (home) ---------- */
.hero {
  position: relative; min-height: 620px;
  display: flex; align-items: flex-start; justify-content: center;
  text-align: center; padding: clamp(7rem, 14vh, 10rem) var(--pad) 3rem;
  background: linear-gradient(180deg, rgba(70,80,95,.28) 0%, rgba(70,80,95,.05) 34%, rgba(0,0,0,0) 60%),
              url('assets/image-asset-2.jpeg') center 45% / cover no-repeat;
}
.hero h1 {
  color: #fff; font-style: italic; font-weight: 400;
  font-size: clamp(1.35rem, 3.2vw, 2.35rem); letter-spacing: .5px;
  text-shadow: 0 2px 14px rgba(20,26,34,.45);
  margin: 0;
}

/* ---------- Generic section ---------- */
section { padding: clamp(2.75rem, 6vw, 4.5rem) 0; }
.narrow { max-width: 820px; margin: 0 auto; padding-inline: var(--pad); }

/* Mission quote */
.quote { text-align: center; padding-top: clamp(3rem, 7vw, 5rem); }
.quote blockquote {
  margin: 0 auto; max-width: 800px;
  font-size: clamp(1.4rem, 3.2vw, 2.1rem); font-weight: 500; line-height: 1.35; color: var(--ink);
}
.quote .attrib { display: block; margin-top: 1.6rem; font-size: .95rem; color: var(--muted); font-weight: 400; }

/* ---------- Accordions ---------- */
.accordions { max-width: 860px; margin: 0 auto; padding-inline: var(--pad); }
.acc { border-top: 1px solid var(--ink); }
.acc:last-child { border-bottom: 1px solid var(--ink); }
.acc > summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.15rem 0; font-size: clamp(1.4rem, 3vw, 1.9rem); font-weight: 500; color: var(--ink);
}
.acc > summary::-webkit-details-marker { display: none; }
.acc > summary::after { content: '+'; font-weight: 300; font-size: 1.6rem; line-height: 1; color: var(--ink); }
.acc[open] > summary::after { content: '\2212'; } /* minus */
.acc .acc-body { padding: 0 0 1.6rem; }
.acc .acc-body ul { list-style: none; margin: 0; padding: 0; }
.acc .acc-body li { padding: .35rem 0 .35rem 1.5rem; font-size: 1.05rem; }
.acc .acc-body p { margin: 0 0 0 1.5rem; padding-right: 1rem; max-width: 640px; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 360px 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; padding-top: 1rem; }
.about-side { text-align: center; }
.about-side .name { font-size: clamp(1.6rem, 3vw, 2rem); font-weight: 500; margin-bottom: 0; }
.about-side .role { font-style: italic; font-weight: 400; font-size: 1.35rem; margin: 0 0 1.6rem; }
.about-side .headshot { width: 300px; max-width: 100%; margin: 0 auto; }
.socials { display: flex; gap: .9rem; justify-content: center; margin-top: 1.4rem; }
.socials a { width: 40px; height: 40px; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; text-decoration: none; }
.socials a:hover { background: var(--navy); }
.socials svg { width: 20px; height: 20px; fill: #fff; }
.about-body h2 { font-size: clamp(1.5rem, 3vw, 1.9rem); font-weight: 500; }
.about-body p { margin: 0 0 1.2em; }
.about-body ul { padding-left: 1.2rem; margin: 0 0 1.2em; }
.about-body li { margin-bottom: .5em; }
.about-body a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 6vw, 4.5rem); align-items: start; padding-top: 1rem; }
.contact-h { font-size: clamp(1.7rem, 3.5vw, 2.2rem); font-weight: 500; margin-bottom: 1.8rem; }
.contact-rows { display: grid; gap: 1.4rem; margin-bottom: 2rem; }
.contact-rows .row { font-size: 1.25rem; }
.contact-rows .lbl { font-weight: 500; }
.contact-rows a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.contact-media img { width: 100%; max-height: 760px; object-fit: cover; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-gray); padding: 2.6rem 0; }
.site-footer .foot {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.2rem;
  max-width: var(--max); margin: 0 auto; padding-inline: var(--pad);
}
.site-footer .foot-logo img { height: 46px; width: auto; }
.site-footer a { color: var(--ink); font-size: 1.05rem; text-decoration: underline; text-underline-offset: 3px; }
.site-footer .copy { color: var(--muted); font-size: .85rem; text-decoration: none; }

/* ---------- Responsive ---------- */
@media (max-width: 820px) {
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .contact-media { order: -1; }
  .nav .logo img { height: 50px; }
  .nav-links { gap: 1rem; }
  .nav-btn { padding: .6rem 1rem; }
  .nav-links a, .nav-btn { font-size: .95rem; }
}
@media (max-width: 520px) {
  /* Keep all three reachable: drop the button chrome so Contact stays a plain link */
  .nav .logo img { height: 42px; }
  .nav-links { gap: .85rem; }
  .nav-links a, .nav-links .nav-btn { font-size: .9rem; }
  .nav-links .nav-btn { border: none; padding: 0; }
  .nav-links .nav-btn:hover { background: none; color: var(--ink); opacity: .7; }
}
