/*
Theme Name: Jonathan Hanze V3
Theme URI: https://jonathanhanze.be
Author: OpenAI
Description: Thème WordPress one-page sur mesure pour Jonathan Hanze, aide à domicile et assistance administrative.
Version: 3.0
Text Domain: jonathan-hanze-v3
*/

:root{
  --cream:#f7f4ee;
  --linen:#ede7dc;
  --sage:#5f7464;
  --sage-dark:#435247;
  --terra:#b98265;
  --ink:#2f302d;
  --muted:#676862;
  --white:#ffffff;
  --border:rgba(47,48,45,.13);
  --shadow:0 18px 50px rgba(48,57,49,.10);
  --radius:20px;
  --max:1160px;
  --header-height:78px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 14px)}
body{
  margin:0;
  padding-top:var(--header-height);
  background:var(--cream);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  font-size:17px;
  line-height:1.65;
  text-rendering:optimizeLegibility;
}
body.admin-bar{padding-top:calc(var(--header-height) + 32px)}
img{display:block;max-width:100%}
a{color:inherit}
button,input,textarea{font:inherit}
.jh-wrap{overflow:hidden}
.jh-container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.jh-section{padding:88px 0;scroll-margin-top:calc(var(--header-height) + 14px)}
.jh-section--linen{background:var(--linen)}
.jh-eyebrow{
  margin:0 0 14px;
  color:var(--sage-dark);
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.jh-title{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:500;
  line-height:1.06;
  letter-spacing:-.025em;
}
.jh-title--hero{font-size:clamp(2.8rem,5.8vw,5.65rem);max-width:780px}
.jh-title--section{font-size:clamp(2rem,3.8vw,3.55rem);max-width:760px}
.jh-lead{margin:22px 0 0;max-width:720px;color:var(--muted);font-size:1.08rem}
.jh-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:12px 22px;
  border:1px solid var(--sage);
  border-radius:10px;
  background:var(--sage);
  color:var(--white);
  text-decoration:none;
  font-weight:700;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.jh-button:hover,.jh-button:focus{background:var(--sage-dark);border-color:var(--sage-dark);transform:translateY(-1px)}
.jh-button--ghost{background:transparent;border-color:rgba(255,255,255,.7)}
.jh-reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}
.jh-reveal.is-visible{opacity:1;transform:none}

/* Header always visible */
.jh-header{
  position:fixed;
  left:0;
  right:0;
  top:0;
  z-index:99999;
  width:100%;
  background:rgba(247,244,238,.97);
  border-bottom:1px solid var(--border);
  box-shadow:0 4px 22px rgba(48,57,49,.05);
  backdrop-filter:blur(13px);
  -webkit-backdrop-filter:blur(13px);
  transition:background .2s ease,box-shadow .2s ease;
}
body.admin-bar .jh-header{top:32px}
.jh-header.is-scrolled{
  background:rgba(247,244,238,.99);
  box-shadow:0 8px 28px rgba(48,57,49,.10);
}
.jh-header__inner{
  min-height:var(--header-height);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.jh-brand{display:flex;align-items:center;gap:13px;text-decoration:none;min-width:245px}
.jh-brand__mark{
  width:48px;height:48px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--sage);color:#f7efe5;
  font-family:Georgia,serif;font-size:1.35rem;
}
.jh-brand__name{display:block;font-family:Georgia,serif;font-size:1.22rem;line-height:1.05}
.jh-brand__tag{display:block;margin-top:3px;color:var(--muted);font-size:.72rem}
.jh-nav{display:flex;gap:20px;align-items:center}
.jh-nav a{text-decoration:none;font-size:.87rem;font-weight:700;white-space:nowrap}
.jh-nav a:hover,.jh-nav a:focus{color:var(--sage)}
.jh-menu{
  display:none;border:1px solid var(--border);background:transparent;
  border-radius:8px;padding:8px 11px;font-weight:700;
}

/* Hero */
.jh-hero{padding:46px 0 72px}
.jh-hero__grid{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:54px;
  align-items:center;
}
.jh-hero__copy{padding:28px 0}
.jh-hero__text{margin:25px 0 28px;max-width:670px;color:var(--muted);font-size:1.08rem}
.jh-location{margin:18px 0 0;color:var(--muted);font-size:.92rem}
.jh-hero__image{
  position:relative;
  min-height:610px;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
}
.jh-hero__image img{width:100%;height:100%;min-height:610px;object-fit:cover}
.jh-hero__note{
  position:absolute;
  left:24px;right:24px;bottom:24px;
  padding:17px 19px;
  border-radius:14px;
  background:rgba(247,244,238,.92);
  color:var(--ink);
  box-shadow:0 12px 30px rgba(36,45,38,.12);
  backdrop-filter:blur(10px);
}
.jh-hero__note strong{font-family:Georgia,serif;font-size:1.1rem;font-weight:500}
.jh-hero__note span{display:block;margin-top:2px;color:var(--muted);font-size:.88rem}

/* Personal introduction */
.jh-intro{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:58px;
  align-items:center;
}
.jh-intro__card{
  min-height:335px;
  padding:44px;
  border-radius:var(--radius);
  background:var(--sage);
  color:var(--white);
  display:flex;
  flex-direction:column;
  justify-content:center;
  box-shadow:var(--shadow);
}
.jh-intro__card::before{content:"";width:54px;height:2px;margin-bottom:24px;background:rgba(247,239,229,.72)}
.jh-intro__card strong{
  display:block;margin-bottom:16px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2rem,3.2vw,2.7rem);
  line-height:1.12;font-weight:500;font-style:italic;
}
.jh-intro__card p{margin:0;max-width:430px;color:rgba(255,255,255,.87);font-size:1.04rem;line-height:1.7}
.jh-intro__text p{margin:18px 0 0;color:var(--muted)}
.jh-notary{margin-top:26px!important;padding-left:18px;border-left:3px solid var(--terra)}

/* Situation-led services */
.jh-needs{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
  margin-top:38px;
}
.jh-need{
  background:var(--white);
  border:1px solid var(--border);
  border-radius:16px;
  padding:30px;
  transition:transform .2s ease,box-shadow .2s ease;
}
.jh-need:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(48,57,49,.08)}
.jh-need__label{display:block;margin-bottom:14px;color:var(--terra);font-size:.78rem;font-weight:800;letter-spacing:.1em}
.jh-need h3{margin:0 0 10px;font-family:Georgia,serif;font-size:1.55rem;font-weight:500}
.jh-need p{margin:0;color:var(--muted)}
.jh-compact-list{
  display:flex;flex-wrap:wrap;gap:10px;
  margin:30px 0 0;padding:0;list-style:none;
}
.jh-compact-list li{
  padding:8px 12px;border:1px solid var(--border);
  border-radius:999px;background:rgba(255,255,255,.55);
  color:var(--muted);font-size:.91rem;
}

/* Process */
.jh-process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:38px}
.jh-step{padding:27px 22px;background:var(--white);border-top:3px solid var(--terra);border-radius:0 0 14px 14px}
.jh-step span{display:block;margin-bottom:15px;color:var(--sage);font-weight:800;font-size:.8rem;letter-spacing:.1em}
.jh-step h3{margin:0 0 8px;font-family:Georgia,serif;font-size:1.35rem;font-weight:500}
.jh-step p{margin:0;color:var(--muted);font-size:.94rem}

/* Trust band */
.jh-trust{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:52px;
  align-items:center;
}
.jh-trust__quote{
  margin:0;
  padding:34px;
  border-radius:var(--radius);
  background:var(--white);
  border:1px solid var(--border);
  font-family:Georgia,serif;
  font-size:clamp(1.65rem,3vw,2.5rem);
  line-height:1.25;
}
.jh-trust__points{display:grid;gap:14px}
.jh-trust__point{padding:16px 0;border-bottom:1px solid var(--border)}
.jh-trust__point strong{display:block;margin-bottom:4px;font-family:Georgia,serif;font-size:1.22rem;font-weight:500}
.jh-trust__point span{color:var(--muted)}

/* Contact */
.jh-contact{background:var(--sage);color:var(--white)}
.jh-contact .jh-eyebrow{color:#f2d2c1}
.jh-contact__grid{display:grid;grid-template-columns:1.08fr .92fr;gap:46px;align-items:end}
.jh-contact__text{color:rgba(255,255,255,.82)}
.jh-contact__box{display:grid;gap:14px;padding:28px;border:1px solid rgba(255,255,255,.28);border-radius:var(--radius)}
.jh-contact__box a{color:var(--white);text-decoration:none;font-weight:700}

/* Footer */
.jh-footer{background:#28352c;color:rgba(255,255,255,.78);padding:24px 0;font-size:.82rem}
.jh-footer__inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}

@media (max-width:980px){
  .jh-menu{display:block}
  .jh-nav{
    display:none;position:absolute;left:20px;right:20px;top:72px;
    padding:18px;flex-direction:column;align-items:flex-start;
    background:var(--cream);border:1px solid var(--border);
    border-radius:12px;box-shadow:var(--shadow);
  }
  .jh-nav.is-open{display:flex}
  .jh-header__inner{position:relative}
  .jh-hero__grid,.jh-intro,.jh-trust,.jh-contact__grid{grid-template-columns:1fr}
  .jh-needs{grid-template-columns:1fr}
  .jh-process{grid-template-columns:1fr 1fr}
  .jh-hero__image,.jh-hero__image img{min-height:500px}
}
@media (max-width:782px){
  body.admin-bar{padding-top:calc(var(--header-height) + 46px)}
  body.admin-bar .jh-header{top:46px}
}
@media (max-width:650px){
  :root{--header-height:72px}
  body{font-size:16px}
  .jh-container{width:min(calc(100% - 28px),var(--max))}
  .jh-section{padding:68px 0}
  .jh-brand__tag{display:none}
  .jh-title--hero{font-size:clamp(2.65rem,12vw,4rem)}
  .jh-hero{padding-top:28px}
  .jh-hero__copy{padding:8px 0}
  .jh-hero__image,.jh-hero__image img{min-height:390px}
  .jh-hero__note{left:14px;right:14px;bottom:14px}
  .jh-process{grid-template-columns:1fr}
  .jh-intro__card{min-height:300px;padding:34px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .jh-reveal{opacity:1;transform:none;transition:none}
  .jh-button,.jh-need{transition:none}
}
