/* Sankofa Cornerstone — shared stylesheet
   Design system approved by client 19–21 July 2026. Do not restyle without sign-off. */

:root{--ink:#0C0B0A;--ink-soft:#171513;--paper:#FAF9F7;--gold:#CFA84E;
  --gold-deep:#8A6B22;--plum:#3F2757;--stone:#A8A29A;--measure:34rem}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{background:var(--paper);color:var(--ink);font-family:'Jost',system-ui,sans-serif;
  font-weight:300;font-size:1.0625rem;line-height:1.75;-webkit-font-smoothing:antialiased}
/* height:auto is REQUIRED. The <img> width/height attributes create a
   presentational height that otherwise overrides aspect-ratio and stretches
   the hero, the Sankofa mark and the footer logo. Rules below that need a
   fixed height (.plate img, .video-card img) win on specificity. */
img{max-width:100%;display:block;height:auto}
a{color:inherit}
:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.wrap{width:min(78rem,100% - 2.5rem);margin-inline:auto}
.skip{position:absolute;left:-9999px}
.skip:focus{left:1rem;top:1rem;z-index:60;background:var(--gold);color:var(--ink);
  padding:.75rem 1.25rem;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase}

/* Forced line breaks: desktop only, mobile wraps naturally.
   NOTE: every <br class="lb"> in the markup MUST be preceded by a space.
   Without it the words fuse together on mobile when the <br> is hidden. */
br.lb{display:none}
@media(min-width:48rem){br.lb{display:initial}}

.engraved{display:inline-flex;flex-direction:column;gap:.5rem;font-size:.74rem;
  font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--gold)}
.engraved::before,.engraved::after{content:"";height:1px;background:currentColor;opacity:.55}
.engraved::after{opacity:.25}

.nav{position:sticky;top:0;z-index:20;background:rgba(12,11,10,.93);
  backdrop-filter:blur(9px);border-bottom:1px solid rgba(207,168,78,.16)}
.nav-in{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.85rem 0}
.nav-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--paper);
  font-size:.68rem;letter-spacing:.28em;text-transform:uppercase}
.nav-brand img{width:38px}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{text-decoration:none;color:var(--stone);font-size:.72rem;letter-spacing:.2em;
  text-transform:uppercase;padding-bottom:2px;border-bottom:1px solid transparent;
  transition:color .25s,border-color .25s}
.nav-links a:hover,.nav-links a[aria-current="page"]{color:var(--gold);border-bottom-color:var(--gold)}
@media(max-width:46rem){.nav-links{gap:1.1rem}.nav-links a{font-size:.62rem;letter-spacing:.12em}
  .nav-brand span{display:none}}

.hero{background:var(--ink);color:var(--paper);padding:5.5rem 0 5rem;position:relative;overflow:hidden}
.hero::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(120% 90% at 84% 10%,rgba(207,168,78,.10),transparent 58%)}
.hero-in{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;
  gap:4.5rem;align-items:center}
@media(max-width:62rem){.hero-in{grid-template-columns:1fr;gap:3rem}}
.plaque{border-top:1px solid var(--gold);border-bottom:1px solid var(--gold);
  padding:2.1rem 0 1.9rem;position:relative}
.plaque::before,.plaque::after{content:"";position:absolute;left:0;right:0;height:1px;
  background:var(--gold);opacity:.34}
.plaque::before{top:4px}.plaque::after{bottom:4px}
.plaque-name{font-size:clamp(.95rem,1.9vw,1.18rem);font-weight:600;letter-spacing:.36em;
  text-transform:uppercase;color:var(--gold);margin-bottom:1.15rem}
.plaque-tag{font-family:'Cormorant Garamond',serif;font-weight:300;font-style:italic;
  font-size:clamp(2.6rem,6vw,4.3rem);line-height:1.02;letter-spacing:-.015em}
.plaque-tag em{color:var(--gold);font-weight:400}
.hero-lede{font-size:clamp(1rem,1.3vw,1.14rem);line-height:1.78;color:#D9D5CE;
  max-width:34rem;margin:2rem 0 2.3rem}
.btn{display:inline-block;text-decoration:none;font-size:.73rem;font-weight:500;
  letter-spacing:.22em;text-transform:uppercase;padding:1.05rem 2.4rem;
  border:1px solid var(--gold);color:var(--gold);background:transparent;
  transition:background .3s,color .3s}
.btn:hover{background:var(--gold);color:var(--ink)}
.btn-solid{background:var(--gold);color:var(--ink)}
.btn-solid:hover{background:transparent;color:var(--gold)}
.hero-shot{position:relative}
.hero-shot img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:50% 30%}
.hero-shot::after{content:"";position:absolute;inset:0;border:1px solid rgba(207,168,78,.34);
  pointer-events:none}
.hero-shot::before{content:"";position:absolute;inset:11px;z-index:1;
  border:1px solid rgba(250,249,247,.16);pointer-events:none}

.band{padding:6.5rem 0}
.band-dark{background:var(--ink);color:var(--paper)}
.band-head{max-width:42rem;margin-bottom:3.25rem}
.band-title{font-family:'Cormorant Garamond',serif;font-weight:300;
  font-size:clamp(2.1rem,4.2vw,3.1rem);line-height:1.14;letter-spacing:-.01em;margin-top:1.25rem}
.band p+p{margin-top:1.35rem}
.prose{max-width:var(--measure);color:#403B35}
.band-dark .prose{color:#CFCAC2}

.ethos-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:4.5rem;align-items:start}
@media(max-width:62rem){.ethos-grid{grid-template-columns:1fr;gap:2.5rem}}
.ethos-mark img{width:132px}
.ethos-mark p{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.3rem;
  line-height:1.5;color:var(--gold-deep);max-width:15rem;margin-top:1.4rem}
.anaphora{margin-top:1.35rem}
.anaphora span{display:block}

.plate{position:relative;min-height:32rem;display:flex;align-items:flex-end;
  background:var(--ink);overflow:hidden}
.plate img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 32%}
.plate::after{content:"";position:absolute;inset:0;
  background:linear-gradient(to top,rgba(12,11,10,.92) 0%,rgba(12,11,10,.45) 38%,rgba(12,11,10,0) 72%)}
.plate-copy{position:relative;z-index:2;padding:0 0 4rem;max-width:40rem}
.plate-copy p{font-family:'Cormorant Garamond',serif;font-weight:300;font-style:italic;
  color:var(--paper);font-size:clamp(1.6rem,3.4vw,2.5rem);line-height:1.25;margin-top:1.2rem}

.serve-list{list-style:none;border-top:1px solid rgba(207,168,78,.22)}
.serve-list li{border-bottom:1px solid rgba(207,168,78,.22);padding:1.7rem 0;display:grid;
  grid-template-columns:3.5rem 1fr;gap:1.5rem;align-items:baseline;
  font-family:'Cormorant Garamond',serif;font-weight:300;
  font-size:clamp(1.26rem,2.3vw,1.68rem);line-height:1.4}
.serve-list li:last-child{border-bottom:none}
.serve-list .idx{font-family:'Jost',sans-serif;font-size:.7rem;letter-spacing:.2em;color:var(--gold)}
@media(max-width:38rem){.serve-list li{grid-template-columns:1fr;gap:.4rem}}

/* Closing pull quote with logo watermark */
.pullquote{position:relative;margin-top:4.5rem;padding-top:3rem;
  border-top:1px solid rgba(207,168,78,.22)}
.pullquote::before{content:"";position:absolute;right:-1rem;top:.5rem;width:17rem;height:17rem;
  background:url(assets/mark-gold.png) no-repeat center/contain;opacity:.09;pointer-events:none}
.pullquote p{position:relative;z-index:1;font-family:'Cormorant Garamond',serif;
  font-weight:600;font-style:italic;color:var(--paper);
  font-size:clamp(1.45rem,3vw,2.3rem);line-height:1.32;max-width:60rem}
@media(max-width:46rem){.pullquote::before{width:11rem;height:11rem;opacity:.07}}

.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem 4rem}
@media(max-width:52rem){.why-grid{grid-template-columns:1fr;gap:2.5rem}}
.why-top{display:flex;align-items:center;gap:.9rem;margin-bottom:1.05rem}
.why-num{font-size:.7rem;font-weight:500;letter-spacing:.2em;color:var(--gold)}
.why-top .rule{width:2.2rem;height:1px;background:var(--gold)}
.why-item h3{font-family:'Cormorant Garamond',serif;font-weight:500;font-size:1.42rem;
  line-height:1.3;margin-bottom:.7rem}
.why-item p{color:#403B35;font-size:1rem}

.cta{background:var(--plum);color:var(--paper);padding:6rem 0;text-align:center}
.cta h2{font-family:'Cormorant Garamond',serif;font-weight:300;
  font-size:clamp(2.1rem,4.6vw,3.2rem);line-height:1.15;max-width:24rem;margin:1.4rem auto 2.4rem}
.cta .engraved{color:#C6A9E6}
.cta .btn{border-color:var(--paper);color:var(--paper)}
.cta .btn:hover{background:var(--paper);color:var(--plum)}

.foot{background:var(--ink);color:var(--stone);padding:4rem 0 3rem;font-size:.85rem}
.foot-top{display:flex;justify-content:space-between;gap:2.5rem;flex-wrap:wrap;
  padding-bottom:2.5rem;border-bottom:1px solid rgba(207,168,78,.16)}
.foot-top img{width:150px}
.foot-nav{display:flex;gap:1.9rem;list-style:none;flex-wrap:wrap;align-items:center}
.foot-nav a{text-decoration:none;letter-spacing:.14em;text-transform:uppercase;
  font-size:.69rem;transition:color .25s}
.foot-nav a:hover{color:var(--gold)}
.disclaimer{margin-top:2.25rem;max-width:52rem;font-size:.76rem;line-height:1.85;color:#6E6862}
.disclaimer strong{color:var(--gold);font-weight:400;letter-spacing:.1em;
  text-transform:uppercase;font-size:.67rem}

/* ── Interior pages (privacy, terms) ───────────────────────── */
.page-head{background:var(--ink);color:var(--paper);padding:5rem 0 4rem}
.page-head h1{font-family:'Cormorant Garamond',serif;font-weight:300;
  font-size:clamp(2.4rem,5vw,3.6rem);line-height:1.1;margin-top:1.25rem}
.page-head .meta{color:var(--stone);font-size:.8rem;letter-spacing:.12em;
  text-transform:uppercase;margin-top:1.5rem}
.doc{padding:4.5rem 0 6rem;max-width:46rem}
.doc h2{font-family:'Cormorant Garamond',serif;font-weight:500;
  font-size:1.72rem;line-height:1.25;margin:3rem 0 1rem;color:var(--ink)}
.doc h2:first-of-type{margin-top:0}
.doc h3{font-family:'Cormorant Garamond',serif;font-weight:500;font-size:1.24rem;
  margin:2rem 0 .75rem;color:var(--ink)}
.doc p{color:#403B35;margin-bottom:1.15rem}
.doc ul{margin:0 0 1.4rem 1.15rem;color:#403B35}
.doc li{margin-bottom:.55rem;padding-left:.35rem}
.doc li::marker{color:var(--gold)}
.doc a{color:var(--gold-deep);text-underline-offset:3px}
.doc .placeholder{background:rgba(207,168,78,.14);padding:.1rem .4rem;
  border-bottom:1px dashed var(--gold-deep);color:var(--gold-deep)}
.doc .contact-block{border-left:2px solid var(--gold);padding-left:1.4rem;margin-top:1.5rem}
.doc .contact-block p{margin-bottom:.35rem}

.rise{opacity:0;transform:translateY(18px);transition:opacity .8s ease,transform .8s ease}
.rise.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.rise{opacity:1;transform:none;transition:none}}

/* ── About page ────────────────────────────────────────────── */
.bio-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:4.5rem;align-items:start}
@media(max-width:62rem){.bio-grid{grid-template-columns:1fr;gap:2.75rem}}
.bio-portrait{position:relative}
.bio-portrait img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:50% 25%}
.bio-portrait::after{content:"";position:absolute;inset:0;
  border:1px solid rgba(207,168,78,.34);pointer-events:none}
.bio-portrait::before{content:"";position:absolute;inset:11px;z-index:1;
  border:1px solid rgba(250,249,247,.16);pointer-events:none}
.bio-name{font-family:'Cormorant Garamond',serif;font-weight:300;
  font-size:clamp(2rem,4vw,2.9rem);line-height:1.12;margin-top:1.25rem}
.bio-role{font-size:.72rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;
  color:var(--gold);margin-top:1rem}

/* Credentials — a record, not a sequence, so no numbering */
.creds{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem 3.5rem;margin-top:1rem}
@media(max-width:62rem){.creds{grid-template-columns:1fr;gap:2.5rem}}
.cred h3{font-size:.7rem;font-weight:600;letter-spacing:.26em;text-transform:uppercase;
  color:var(--gold);padding-bottom:.85rem;margin-bottom:1.1rem;
  border-bottom:1px solid rgba(207,168,78,.28)}
.cred ul{list-style:none}
.cred li{font-family:'Cormorant Garamond',serif;font-size:1.14rem;line-height:1.45;
  margin-bottom:.85rem;color:#CFCAC2}
.cred li em{font-style:italic;color:var(--gold)}

/* Intro video — rectangular link, opens in a lightbox */
.video-card{display:block;position:relative;text-decoration:none;margin-top:2.5rem;
  border:1px solid rgba(207,168,78,.34);background:var(--ink);overflow:hidden;
  aspect-ratio:16/9;max-width:44rem}
.video-card img{width:100%;height:100%;object-fit:cover;opacity:.5;transition:opacity .35s}
.video-card:hover img{opacity:.66}
.video-card .play{position:absolute;inset:0;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:1rem;color:var(--paper);text-align:center}
.video-card .disc{width:4.5rem;height:4.5rem;border:1px solid var(--gold);border-radius:50%;
  display:grid;place-items:center;transition:background .3s}
.video-card:hover .disc{background:var(--gold)}
.video-card .disc::after{content:"";width:0;height:0;margin-left:4px;
  border-left:14px solid var(--gold);border-top:9px solid transparent;
  border-bottom:9px solid transparent;transition:border-color .3s}
.video-card:hover .disc::after{border-left-color:var(--ink)}
.video-card .label{font-size:.7rem;letter-spacing:.24em;text-transform:uppercase}
.lightbox{position:fixed;inset:0;z-index:60;background:rgba(12,11,10,.94);
  display:none;align-items:center;justify-content:center;padding:1.5rem}
.lightbox[open],.lightbox.on{display:flex}
.lightbox .frame{width:min(60rem,100%);aspect-ratio:16/9;background:#000}
.lightbox iframe,.lightbox video{width:100%;height:100%;border:0}
.lightbox .close{position:absolute;top:1.5rem;right:1.75rem;background:none;border:0;
  color:var(--paper);font-size:2rem;line-height:1;cursor:pointer}

/* ── Services / Contact page ────────────────────────────────── */
.svc{position:relative;overflow:hidden}
.svc::before{content:"";position:absolute;right:-6rem;top:50%;transform:translateY(-50%);
  width:38rem;height:38rem;background:url(assets/sankofa-bird.png) no-repeat center/contain;
  opacity:.05;pointer-events:none}
@media(max-width:52rem){.svc::before{width:22rem;height:22rem;right:-8rem;opacity:.04}}
.svc-list{position:relative;z-index:1;list-style:none;
  border-top:1px solid rgba(207,168,78,.22);margin-top:1rem}
.svc-list li{border-bottom:1px solid rgba(207,168,78,.22);padding:2.4rem 0;
  display:grid;grid-template-columns:3.5rem 1fr;gap:1.75rem;align-items:start}
.svc-list .idx{font-family:'Jost',sans-serif;font-size:.7rem;letter-spacing:.2em;
  color:var(--gold);padding-top:.55rem}
.svc-list h3{font-family:'Cormorant Garamond',serif;font-weight:500;
  font-size:clamp(1.4rem,2.6vw,1.95rem);line-height:1.25;margin-bottom:.6rem}
.svc-list p{color:#403B35;max-width:38rem}
@media(max-width:38rem){.svc-list li{grid-template-columns:1fr;gap:.6rem}}

.consult{background:var(--ink);color:var(--paper)}
.consult .band-title{color:var(--paper)}
.consult .lede{color:#CFCAC2;max-width:38rem;margin-top:1.25rem}
.form{margin-top:3rem;max-width:44rem;position:relative;z-index:1}
.field{margin-bottom:1.6rem}
.field label{display:block;font-size:.72rem;font-weight:500;letter-spacing:.16em;
  text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}
.field .req{color:var(--gold);margin-left:.15rem}
.field input,.field select,.field textarea{width:100%;background:rgba(250,249,247,.04);
  border:1px solid rgba(207,168,78,.28);color:var(--paper);font-family:'Jost',sans-serif;
  font-weight:300;font-size:1rem;padding:.95rem 1.05rem;transition:border-color .25s,background .25s}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;
  border-color:var(--gold);background:rgba(250,249,247,.07)}
.field textarea{resize:vertical;min-height:8rem}
.field select{appearance:none;cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23CFA84E' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 1.05rem center;padding-right:2.8rem}
.field select option{background:var(--ink);color:var(--paper)}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
@media(max-width:38rem){.field-row{grid-template-columns:1fr;gap:0}}
.form-note{font-size:.82rem;line-height:1.7;color:#8E8880;margin:-.4rem 0 1.8rem;max-width:38rem}
.form-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-top:.5rem}
.form-status{font-size:.85rem;color:var(--gold);display:none}
.form-status.on{display:block}
.form button[type=submit]{cursor:pointer;font-family:'Jost',sans-serif}

/* Approach pullquote — three deliberate lines (call, 03 Aug) */
.pullquote .pq-line{display:block}
.pullquote .pq-line + .pq-line{margin-top:.35rem}

/* Vision section — two column text + portrait (03 Aug call) */
.vision-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:4.5rem;align-items:center}
@media(max-width:62rem){.vision-grid{grid-template-columns:1fr;gap:2.75rem}}
.vision-portrait{position:relative}
.vision-portrait img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:50% 22%}
.vision-portrait::after{content:"";position:absolute;inset:0;
  border:1px solid rgba(207,168,78,.34);pointer-events:none}
.vision-portrait::before{content:"";position:absolute;inset:11px;z-index:1;
  border:1px solid rgba(250,249,247,.16);pointer-events:none}

/* Credentials plate — logo watermark behind the quote (three layers) */
.plate-watermark::before{content:"";position:absolute;left:50%;top:50%;
  transform:translate(-50%,-50%);width:22rem;height:22rem;z-index:1;
  background:url(assets/mark-gold.png) no-repeat center/contain;opacity:.10;pointer-events:none}
@media(max-width:46rem){.plate-watermark::before{width:14rem;height:14rem}}

/* Multi-select interest field (03 Aug call) */
.field-hint{font-weight:300;letter-spacing:.04em;text-transform:none;
  color:#8E8880;margin-left:.4rem;font-size:.7rem}
.field select[multiple]{padding:.5rem;min-height:auto}
.field select[multiple] option{padding:.5rem .65rem;border-radius:2px}
.field select[multiple] option:checked{background:var(--gold) linear-gradient(0deg,var(--gold),var(--gold));color:var(--ink)}

/* Intro audio player (04 Aug — Christine sent voiced intro) */
.audio-intro{margin-top:3rem;max-width:34rem}
.audio-intro .audio-title{font-family:'Cormorant Garamond',serif;font-weight:500;
  font-size:1.5rem;line-height:1.3;margin:1rem 0 1.25rem}
.audio-intro audio{width:100%;height:44px}
.audio-intro audio::-webkit-media-controls-panel{background:var(--paper)}
