/* Home v43 — direct model-matched desktop layout with independent mobile layout. */
body.home-page{
  --home-bg:#f1e7db;
  --home-ink:#11110f;
  margin:0;
  min-height:100%;
  background-color:var(--home-bg)!important;
  background-image:url('../img/home-paper-v47.png')!important;
  background-repeat:repeat!important;
  background-size:600px 324px!important;
  background-position:center top!important;
}
body.home-page::before{content:none!important;display:none!important;background:none!important;}
body.home-page footer.site-footer{display:none!important;}
body.home-page .home-title{display:flex;flex-direction:column;align-items:flex-start;}
body.home-page .home-title-line{display:block;white-space:nowrap;}
body.home-page .home-bio-break{display:block;}

@media(min-width:861px){
  html,body.home-page{height:100%;overflow:hidden;}
  body.home-page nav.site-nav.light{
    height:9.57vh!important;
    min-height:64px!important;
    padding:0 2.73vw!important;
    background:transparent!important;
    border:0!important;box-shadow:none!important;backdrop-filter:none!important;box-shadow:none!important;
  }
  body.home-page .nav-name{
    font-family:Georgia,'Times New Roman',serif!important;
    font-size:clamp(18px,1.43vw,22px)!important;
    font-weight:700!important;line-height:1!important;letter-spacing:.012em!important;color:var(--home-ink)!important;
  }
  body.home-page .nav-right{gap:2.3rem!important;}
  body.home-page .nav-links{gap:2.15rem!important;}
  body.home-page .nav-links a{
    min-height:24px!important;font-family:Arial,Helvetica,sans-serif!important;
    font-size:clamp(11px,.84vw,13px)!important;font-weight:400!important;line-height:1!important;
    letter-spacing:.055em!important;color:#27231e!important;
  }
  body.home-page .lang-toggle{
    min-width:47px!important;height:31px!important;padding:0 11px!important;
    border:1px solid rgba(55,48,40,.25)!important;border-radius:8px!important;
    color:#27231e!important;font-family:Arial,Helvetica,sans-serif!important;
    font-size:12px!important;letter-spacing:.07em!important;background:rgba(255,255,255,.08)!important;
  }
  body.home-page .home-simple{
    position:relative!important;width:100%!important;max-width:none!important;height:100svh!important;min-height:100svh!important;
    margin:0!important;padding:0!important;display:block!important;overflow:hidden!important;background:transparent!important;
  }
  body.home-page .home-main{position:static!important;display:block!important;}
  body.home-page .home-copy-simple{
    position:absolute!important;left:5.72vw!important;top:31.4vh!important;width:50vw!important;
    padding:0!important;transform:none!important;
  }
  body.home-page .home-title{
    margin:0 0 4.8vh!important;font-family:Arial,Helvetica,sans-serif!important;
    font-size:14.55vh!important;font-weight:900!important;line-height:.897!important;
    letter-spacing:-.064em!important;color:#070807!important;position:relative!important;left:-6px!important;
    transform:scaleX(.968)!important;transform-origin:left center!important;
  }
  body.home-page .home-bio-simple{
    max-width:760px!important;margin:0!important;font-family:Arial,Helvetica,sans-serif!important;
    font-size:min(1.5vw,2.35vh)!important;font-weight:400!important;line-height:1.38!important;
    letter-spacing:.012em!important;color:#2b2722!important;
  }
  body.home-page .home-photo-card{
    position:absolute!important;right:10.3vw!important;left:auto!important;top:10.7vh!important;width:auto!important;max-width:none!important;
    height:78vh!important;aspect-ratio:575 / 760!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;
    box-shadow:none!important;transform:none!important;overflow:visible!important;
  }
  body.home-page .home-photo-card img{
    display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;
    filter:none!important;
  }
  body.home-page .home-bottom-row{
    position:absolute!important;left:5.72vw!important;right:6.05vw!important;bottom:4.30vh!important;
    width:auto!important;height:5.08vh!important;min-height:42px!important;
    display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:1.69vw!important;margin:0!important;
  }
  body.home-page .home-bottom-row .home-button-bottom,
  body.home-page .home-bottom-row.minimal .home-button-bottom{
    min-height:42px!important;height:100%!important;padding:0 1rem!important;align-items:center!important;justify-content:center!important;
    border:1px solid rgba(61,53,43,.34)!important;border-radius:9px!important;background:rgba(255,255,255,.05)!important;
    color:#24211d!important;transform:none!important;
  }
  body.home-page .home-bottom-row .home-button-bottom strong,
  body.home-page .home-bottom-row.minimal .home-button-bottom strong{
    font-family:Arial,Helvetica,sans-serif!important;font-size:clamp(11px,.85vw,13px)!important;font-weight:400!important;
    line-height:1!important;letter-spacing:.1em!important;
  }
}

@media(max-width:860px){
  body.home-page{background-size:600px 324px!important;}
  body.home-page nav.site-nav.light{position:fixed!important;height:64px!important;padding:0 1rem!important;background:rgba(237,225,209,.96)!important;}
  body.home-page .nav-name{max-width:calc(100vw - 118px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:15px!important;}
  body.home-page .home-simple{width:100%!important;max-width:none!important;min-height:auto!important;height:auto!important;
    padding:80px 1rem 1.3rem!important;display:grid!important;grid-template-rows:auto auto!important;gap:1.15rem!important;overflow:visible!important;}
  body.home-page .home-main{display:grid!important;grid-template-columns:1fr!important;gap:1.1rem!important;}
  body.home-page .home-copy-simple{order:1!important;transform:none!important;}
  body.home-page .home-title{margin:0 0 1rem!important;font-family:Arial,Helvetica,sans-serif!important;font-size:clamp(50px,14vw,72px)!important;
    font-weight:900!important;line-height:.91!important;letter-spacing:-.058em!important;left:0!important;transform:none!important;}
  body.home-page .home-bio-simple{margin:0!important;font-family:Arial,Helvetica,sans-serif!important;font-size:clamp(16px,4.35vw,18px)!important;
    line-height:1.38!important;color:#2d2924!important;}
  body.home-page .home-bio-break{display:none!important;}
  body.home-page .home-photo-card{order:2!important;justify-self:center!important;width:min(86vw,404px)!important;height:auto!important;margin:.1rem auto 0!important;
    padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;transform:none!important;}
  body.home-page .home-photo-card img{width:100%!important;height:auto!important;filter:none!important;}
  body.home-page .home-bottom-row{height:auto!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:.7rem!important;}
  body.home-page .home-bottom-row .home-button-bottom{min-height:48px!important;height:48px!important;}
  body.home-page .home-bottom-row .home-button-bottom:last-child{grid-column:1/-1!important;}
}
@media(max-width:360px){
  body.home-page .home-title-line{white-space:normal!important;}
  body.home-page .home-bottom-row{grid-template-columns:1fr!important;}
  body.home-page .home-bottom-row .home-button-bottom:last-child{grid-column:auto!important;}
}
