/* =========================
   MEET YOUR GUIDE
   Clean replacement bio.css
   Single implementation — no patches or duplicate layout rules
========================= */

:root{
  --bio-paper:#f3e3ce;
  --bio-ink:#2f2a25;
  --bio-muted:#6c6055;
  --bio-purple:#4b2c7a;
  --bio-note:#fff0a7;
  --bio-tape:rgba(226,207,166,.82);

  --bio-heading:"Canela",serif;
  --bio-body:"Avenir Next",Avenir,"Helvetica Neue",Helvetica,Arial,sans-serif;
  --bio-hand:"Caveat",cursive;
}

/* PAGE */

body.bio-page{
  color:var(--bio-ink);
  font-family:var(--bio-body);
  background:
    radial-gradient(circle at 18% 12%,rgba(255,255,255,.28),transparent 28%),
    linear-gradient(rgba(247,239,226,.84),rgba(247,239,226,.84)),
    url("../images/textures/watercolor-paper.jpg");
  background-size:auto,auto,430px auto;
}

.bio-header.site-header{
  background:transparent;
  border:0;
  box-shadow:none;
}

.bio-header .nav-wrap,
.bio-main{
  width:min(1560px,calc(100vw - 56px));
  max-width:none;
  margin-inline:auto;
}

.bio-header .nav-wrap{
  min-height:58px;
  padding:.7rem 0 0;
}

.bio-header .brand,
.bio-header .nav-links a{
  color:var(--bio-ink);
  font-family:var(--bio-body);
  font-size:1rem;
  font-weight:600;
}

.bio-header .brand{
  font-weight:700;
}

.bio-header .nav-links{
  gap:1.75rem;
}

.bio-header .nav-links a:hover,
.bio-header .nav-links a[aria-current="page"]{
  color:var(--bio-purple);
}

/* TYPE */

.bio-page h1,
.bio-page h2{
  color:var(--bio-ink);
  font-family:var(--bio-heading);
  font-weight:300;
}

.bio-page h2{
  margin:0 0 .8rem;
  font-size:clamp(2.75rem,3.65vw,4.35rem);
  line-height:.94;
  letter-spacing:-.04em;
}

.bio-kicker{
  margin:0 0 .45rem;
  color:var(--bio-purple);
  font-family:var(--bio-hand);
  font-size:1.18rem;
  font-weight:700;
  line-height:1;
}

.bio-copy p,
.bio-hero-intro,
.bio-closing-copy>p:last-child{
  color:var(--bio-muted);
  font-size:1rem;
  line-height:1.68;
}

.bio-copy p{
  margin:0 0 .9rem;
}

.bio-copy p:last-child{
  margin-bottom:0;
}


/* FINAL POLISH */

.bio-thinking-copy p{
  max-width:42ch;
}

.bio-experience-copy p{
  max-width:44ch;
}

.bio-leadership-copy p{
  max-width:46ch;
}

.bio-values-copy p{
  max-width:43ch;
}

.bio-thinking-art,
.bio-experience-art,
.bio-leadership-art,
.bio-values-art{
  position:relative;
  z-index:1;
}

.bio-thinking-note,
.bio-quote,
.bio-values-note{
  pointer-events:none;
}


/* MAIN CANVAS */

.bio-canvas{
  padding:0 0 3rem;
}

/* HERO */

.bio-hero{position:relative;padding:.65rem 0 1.25rem;display:grid;grid-template-columns:42% 58%;align-items:center;column-gap:2rem;}

.bio-hero-art{
  margin:0;
}

.bio-hero-art img{
  display:block;
  width:100%;
  height:auto;
  border:0;
  background:transparent;
  box-shadow:none;
  filter:drop-shadow(0 18px 20px rgba(64,45,28,.09));
}

.bio-hero-band{display:block;margin-top:0;padding:0;}

.bio-hero-copy{
  min-width:0;
}

.bio-hero-copy h1{
  margin:0 0 .55rem;
  font-size:clamp(3.4rem,4.9vw,5.6rem);
  line-height:.92;
  letter-spacing:-.045em;
}

.bio-hero-intro{
  max-width:900px;
  margin:0;
  font-size:1.06rem;
}

/* NOTES */

.bio-note,
.bio-scrap{
  position:relative;
}

.bio-note{
  padding:1rem 1.1rem;
  background:var(--bio-note);
  box-shadow:0 14px 26px rgba(72,49,30,.14);
}

.bio-note::before,
.bio-scrap::before{
  content:"";
  position:absolute;
  top:-10px;
  left:50%;
  width:58px;
  height:18px;
  background:var(--bio-tape);
  transform:translateX(-50%) rotate(-4deg);
}

.bio-note p,
.bio-scrap p{
  margin:0;
  color:var(--bio-ink);
  font-family:var(--bio-hand);
  font-size:1.3rem;
  font-weight:700;
  line-height:1.08;
}

.bio-hero-note{
  position:relative;
  width:230px;
  justify-self:end;
  align-self:center;
  margin:0;
  transform:rotate(2deg);
}

.bio-hero-note span{
  display:block;
  margin-top:.45rem;
  color:var(--bio-purple);
  font-family:var(--bio-hand);
  font-size:1.22rem;
  font-weight:700;
  text-align:right;
}

/* SHARED EDITORIAL SPREAD */

.bio-spread{
  position:relative;
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  column-gap:clamp(1.25rem,2vw,2.3rem);
  align-items:center;
  padding:1rem 0 1.25rem;
}

/* THINKING — TEXT LEFT / IMAGE RIGHT */

.bio-thinking{
  position:relative;
  overflow:visible;
  margin-top:-.65rem;
}

.bio-thinking-copy{
  grid-column:1 / span 4;
  max-width:500px;
  padding-left:1rem;
}

.bio-thinking-copy h2{
  max-width:8em;
}

.bio-thinking-art{
  grid-column:5 / -1;
  width:calc(100% + 3rem);
  margin:0 -3rem 0 0;
  transform:rotate(.25deg);
}

.bio-thinking-art img{
  display:block;
  width:100%;
  height:auto;
  border:0;
  background:transparent;
  box-shadow:none;
  filter:drop-shadow(0 15px 18px rgba(64,45,28,.08));
}

.bio-thinking-note{
  position:absolute;
  right:-1.35rem;
  bottom:.65rem;
  width:225px;
  margin:0;
  padding:1rem 1.05rem;
  background:rgba(255,253,248,.97);
  border:1px solid rgba(62,45,29,.08);
  box-shadow:0 12px 22px rgba(58,38,22,.1);
  transform:rotate(-3deg);
  z-index:3;
}

/* EXPERIENCE — IMAGE LEFT / TEXT RIGHT / QUOTE IN MARGIN */

.bio-experience{
  position:relative;
  overflow:visible;
  margin-top:-1rem;
}

.bio-experience-art{
  grid-column:1 / span 6;
  grid-row:1;
  justify-self:start;
  width:min(100%,690px);
  margin:0 0 0 -.5rem;
  transform:rotate(-.3deg);
}

.bio-experience-art img{
  display:block;
  width:100%;
  height:auto;
  border:0;
  background:transparent;
  box-shadow:none;
  filter:drop-shadow(0 18px 22px rgba(64,45,28,.09));
}

.bio-experience-copy{
  grid-column:7 / span 4;
  grid-row:1;
  max-width:520px;
  padding:0;
  align-self:center;
}

.bio-experience-copy h2{
  max-width:8.5em;
}

.bio-quote{
  position:absolute;
  right:-1.85rem;
  top:54%;
  width:240px;
  margin:0;
  padding:1.1rem 1.15rem;
  background:rgba(255,249,229,.98);
  box-shadow:0 14px 26px rgba(31,47,56,.11);
  transform:translateY(-50%) rotate(2deg);
  z-index:3;
}

.bio-quote p{
  margin:0;
  color:var(--bio-purple);
  font-family:var(--bio-hand);
  font-size:1.28rem;
  font-weight:700;
  line-height:1.1;
}

.bio-quote cite{
  display:block;
  margin-top:.55rem;
  font-family:var(--bio-hand);
  font-size:.96rem;
  font-style:normal;
  text-align:right;
}

/* LEADERSHIP — TEXT LEFT / IMAGE CENTER / NOTES RIGHT */

.bio-leadership{
  margin-top:-.45rem;
}

.bio-leadership-copy{
  grid-column:1 / span 5;
  max-width:570px;
  padding-left:1rem;
}

.bio-leadership-copy h2{
  max-width:8.5em;
}

.bio-leadership-art{
  grid-column:6 / span 3;
  justify-self:center;
  width:min(100%,430px);
  margin:0;
}

.bio-leadership-art img{
  display:block;
  width:100%;
  height:auto;
  border:0;
  background:transparent;
  box-shadow:none;
}

.bio-field-notes{
  grid-column:9 / -1;
  width:calc(100% + 1.5rem);
  margin-right:-1.5rem;
  transform:rotate(.35deg);
  padding:1.3rem 1.45rem;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(104,73,45,.08) 0,
      rgba(104,73,45,.08) 1px,
      transparent 1px,
      transparent 30px
    ),
    rgba(255,253,248,.86);
  border:1px solid rgba(62,45,29,.09);
  box-shadow:0 15px 28px rgba(58,38,22,.09);
  transform:rotate(.5deg);
}

.bio-field-notes div+div{
  margin-top:.65rem;
  padding-top:.65rem;
  border-top:1px solid rgba(75,44,122,.14);
}

.bio-field-notes h3{
  margin:0 0 .15rem;
  color:var(--bio-purple);
  font-family:var(--bio-hand);
  font-size:1.25rem;
  line-height:1;
}

.bio-field-notes p{
  margin:0;
  color:var(--bio-muted);
  font-size:.86rem;
  line-height:1.4;
}

/* VALUES — SKYLINE LEFT / TEXT RIGHT */

.bio-values{
  position:relative;
  overflow:visible;
  margin-top:-1.35rem;
  padding-bottom:.15rem;
}

.bio-values-art{
  grid-column:1 / span 8;
  grid-row:1;
  width:calc(100% + 3.25rem);
  margin:0 0 0 -3.25rem;
  transform:rotate(-.2deg);
}

.bio-values-art img{
  display:block;
  width:100%;
  height:auto;
  border:0;
  background:transparent;
  box-shadow:none;
  filter:drop-shadow(0 15px 18px rgba(64,45,28,.07));
}

.bio-values-copy{
  grid-column:9 / -1;
  grid-row:1;
  max-width:490px;
  padding:0 1rem 0 .25rem;
  align-self:center;
}

.bio-values-copy h2{
  max-width:8em;
}

.bio-values-note{
  position:relative;
  grid-column:7 / 9;
  grid-row:1;
  align-self:end;
  justify-self:end;
  width:195px;
  margin:0 0 .65rem;
  right:auto;
  bottom:auto;
  transform:translateX(-8%) rotate(3deg);
  z-index:3;
}

/* CLOSING */

.bio-closing{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:3rem;
  align-items:end;
  margin-top:-1rem;
  padding:0 1rem;
}

.bio-closing h2{
  margin:0 0 .7rem;
  font-size:clamp(2.5rem,3.5vw,4rem);
  line-height:.95;
}

.bio-closing-copy>p:last-child{
  max-width:680px;
  margin:0;
}

.bio-closing-links{
  display:flex;
  gap:2rem;
  align-items:center;
  padding-bottom:.35rem;
}

.bio-closing-links a{
  color:var(--bio-purple);
  font-family:var(--bio-hand);
  font-size:1.42rem;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
}

.bio-closing-links a:hover{
  text-decoration:underline;
}

/* FOOTER */

.bio-footer.site-footer{
  margin-top:0;
  padding:4rem 0 2rem;
  color:#f4efe5;
  background:#182332;
  border-top:0;
}

.bio-footer .footer-grid{
  max-width:1180px;
  margin:0 auto;
  padding:0 2rem;
}

.bio-footer h3{
  color:#fff;
  font-family:var(--bio-heading);
  font-size:2.2rem;
  font-weight:300;
}

.bio-footer p{
  color:rgba(255,255,255,.84);
}

.bio-footer ul{
  margin:0;
  padding:0;
  list-style:none;
}

.bio-footer li{
  margin-bottom:.75rem;
}

.bio-footer a{
  color:rgba(255,255,255,.92);
  text-decoration:none;
}

.bio-footer .copyright{
  margin-top:3rem;
  padding-top:1.5rem;
  color:rgba(255,255,255,.55);
  border-top:1px solid rgba(255,255,255,.12);
}

/* RESPONSIVE */

@media (max-width:900px){
  .bio-header .nav-wrap,
  .bio-main{
    width:min(100% - 32px,860px);
  }

  .bio-hero-band{
    grid-template-columns:minmax(0,1fr) 230px;
  }

  .bio-thinking-copy,
  .bio-experience-copy,
  .bio-leadership-copy,
  .bio-values-copy{
    grid-column:1 / span 5;
  }

  .bio-thinking-art,
  .bio-values-art{
    grid-column:6 / -1;
    width:100%;
    margin:0;
  }

  .bio-experience-art{
    grid-column:1 / span 5;
    width:100%;
    margin-left:0;
  }

  .bio-experience-copy{
    grid-column:6 / span 5;
  }

  .bio-quote{
  position:absolute;
  right:-1.5rem;
  top:50%;
  width:240px;
  margin:0;
  padding:1.1rem 1.15rem;
  background:rgba(255,249,229,.98);
  box-shadow:0 14px 26px rgba(31,47,56,.11);
  transform:translateY(-50%) rotate(2deg);
  z-index:3;
}

@media (max-width:780px){
  .bio-header .nav-wrap,
  .bio-main{
    width:min(100% - 24px,680px);
  }

  .bio-hero-band,
  .bio-spread,
  .bio-closing{
    display:block;
  }

  .bio-hero-band{
    padding:0;
  }

  .bio-hero-copy h1{
    font-size:clamp(3rem,14vw,5rem);
  }

  .bio-hero-note,
  .bio-thinking-note,
  .bio-values-note{
  position:absolute;
  right:-1.25rem;
  bottom:1.25rem;
  width:215px;
  margin:0;
  transform:rotate(3deg);
  z-index:3;
}
}
}
