/* JPLX Photography — V4 */
:root{
  --ink:#11110f;--paper:#f4f1eb;--paper2:#ebe7df;--white:#fff;
  --max:1500px;--pad:clamp(22px,4vw,68px);
  --serif:"Iowan Old Style","Baskerville","Times New Roman",serif;
  --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}
img{display:block;width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.section-pad{padding:clamp(90px,11vw,175px) var(--pad)}.eyebrow{margin:0 0 18px;text-transform:uppercase;letter-spacing:.17em;font-size:11px;font-weight:650;color:#fff}.eyebrow.dark{color:var(--ink)}
h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.035em;margin:0}h1{font-size:clamp(58px,9.2vw,150px);line-height:.82}h2{font-size:clamp(48px,7vw,108px);line-height:.9}
p{line-height:1.65}.lead{font-family:var(--serif);font-size:clamp(23px,2.4vw,38px);line-height:1.25}
.text-link{display:inline-flex;align-items:center;gap:14px;margin-top:26px;padding-bottom:7px;border-bottom:1px solid currentColor;font-size:13px}.text-link.light{color:#fff}

.site-header{position:absolute;z-index:20;top:0;left:0;right:0;display:flex;align-items:center;justify-content:flex-end;padding:18px var(--pad);color:#fff}
.main-nav{display:flex;gap:28px;font-size:11px}.main-nav a{opacity:.83}
.menu-toggle{display:none;background:none;border:0;padding:8px;color:inherit}.menu-toggle span:not(.sr-only){display:block;width:27px;height:1px;background:currentColor;margin:6px 0}

.hero{position:relative;min-height:100svh;overflow:hidden;background:#222;color:#fff;display:flex;align-items:flex-end}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 44%}.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.24),rgba(0,0,0,.06) 38%,rgba(0,0,0,.62))}
.hero-copy{position:relative;z-index:2;padding:0 var(--pad) clamp(85px,10vw,145px);max-width:1020px}.hero-text{max-width:590px;margin:28px 0 0;font-size:clamp(14px,1.3vw,18px)}

.hero-logo-band{
  min-height:150px;
  background:#0b0b0b;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px var(--pad);
}
#hero-band-logo{
  width:min(360px,70vw);
  max-height:100px;
  object-fit:contain;
}

/* White intro block, image on the right */
.spontaneous{display:grid;grid-template-columns:.88fr 1.12fr;min-height:760px;background:#fff}
.spontaneous-copy{align-self:center;padding:clamp(70px,8vw,125px) var(--pad)}
.spontaneous-copy h2{font-size:clamp(48px,6.2vw,96px)}
.spontaneous-copy .lead{max-width:650px;margin-top:38px}
.spontaneous-photo{min-height:650px;overflow:hidden}
.spontaneous-photo img{width:100%;height:100%;object-fit:cover}

.category{max-width:calc(var(--max) + var(--pad)*2);margin:auto}.category.alt{max-width:none;background:var(--paper2)}.category-inner{max-width:var(--max);margin:auto}
.category-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end;margin-bottom:55px}.category-heading>p{max-width:480px;margin:0 0 8px;font-size:14px}
.category-text{max-width:500px;margin:0 0 8px}.category-text p{margin:0;font-size:14px}.category-text p:first-child{margin-bottom:10px;text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:650;opacity:.6}
.uniform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(10px,1.4vw,22px)}
.photo{position:relative;aspect-ratio:4/5;padding:0;border:0;background:#d8d5ce;overflow:hidden;cursor:zoom-in}.photo img{width:100%;height:100%;object-fit:cover;transition:transform .65s}.photo:hover img{transform:scale(1.018)}

.event-highlight{display:grid;grid-template-columns:1.15fr .85fr;background:#1a1917;color:#fff;min-height:780px}.event-photo{min-height:650px;overflow:hidden}.event-photo img{height:100%;object-fit:cover}
.event-copy{align-self:center;padding:clamp(65px,8vw,120px) var(--pad)}.event-copy h2{font-size:clamp(48px,5.8vw,90px)}.event-copy p:not(.eyebrow){max-width:540px;color:rgba(255,255,255,.75);font-size:14px;margin-top:35px}

.approach{display:grid;grid-template-columns:.82fr 1.18fr;min-height:850px;background:#0f0f0e;color:#fff}.approach-copy{padding:clamp(70px,8vw,125px) var(--pad);align-self:center}.approach-copy h2{font-size:clamp(45px,5.6vw,88px)}
.approach-copy p:not(.eyebrow){max-width:600px;color:rgba(255,255,255,.72);font-size:14px}.approach-copy h2+p{margin-top:38px}.approach-image{min-height:650px;overflow:hidden}.approach-image img{height:100%;object-fit:cover}

.about{display:grid;grid-template-columns:minmax(280px,.78fr) 1.22fr;gap:clamp(50px,10vw,170px);max-width:var(--max);margin:auto;align-items:center}.about-photo{aspect-ratio:4/5;overflow:hidden;max-width:580px}.about-photo img{height:100%;object-fit:cover}
.about-copy{max-width:720px}.about-copy .lead{margin-top:38px}.about-copy p:not(.lead):not(.eyebrow){max-width:580px;font-size:14px}

.signature-strip{display:grid;grid-template-columns:1.25fr .75fr;min-height:620px;background:#fff}.signature-logo-wrap{display:flex;align-items:center;justify-content:center;padding:clamp(40px,8vw,120px)}#signature-logo{max-width:760px;max-height:340px;object-fit:contain}
.signature-portrait{overflow:hidden;min-height:560px}.signature-portrait img{height:100%;object-fit:cover;filter:grayscale(100%)}

.contact{padding:clamp(90px,12vw,180px) var(--pad) 70px;background:var(--ink);color:#fff}.contact h2{font-size:clamp(58px,9vw,140px)}.contact-row{margin-top:clamp(70px,9vw,130px);padding-top:26px;border-top:1px solid rgba(255,255,255,.25);display:flex;justify-content:space-between;align-items:flex-end;gap:40px}
.contact-main{font-family:var(--serif);font-size:clamp(25px,3.2vw,50px)}.contact-meta{display:flex;gap:30px;font-size:11px;text-transform:uppercase;letter-spacing:.1em;opacity:.75}
.site-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;padding:24px var(--pad);background:var(--ink);color:rgba(255,255,255,.62);border-top:1px solid rgba(255,255,255,.12);font-size:10px;text-transform:uppercase;letter-spacing:.1em}
#footer-logo{width:150px;max-height:60px;object-fit:contain}.site-footer>a{text-align:right}

.lightbox{width:100vw;height:100vh;max-width:none;max-height:none;border:0;margin:0;padding:45px;background:rgba(8,8,8,.96)}.lightbox::backdrop{background:rgba(0,0,0,.95)}.lightbox[open]{display:grid;place-items:center}
.lightbox img{max-width:94vw;max-height:90vh;width:auto;height:auto;object-fit:contain}.lightbox-close{position:fixed;top:22px;right:28px;border:0;background:transparent;color:#fff;font-size:38px;cursor:pointer}

@media(max-width:900px){
 .main-nav{position:fixed;inset:0;background:rgba(12,12,11,.985);display:none;flex-direction:column;align-items:center;justify-content:center;gap:24px;font-size:19px}.main-nav.open{display:flex}.menu-toggle{display:block;z-index:30}
 .spontaneous,.event-highlight,.approach{grid-template-columns:1fr}.spontaneous-photo,.event-photo,.approach-image{min-height:65svh}.uniform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .category-heading{grid-template-columns:1fr}.about{grid-template-columns:1fr}.signature-strip{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
 .site-header{padding-top:14px}.hero-copy{padding-bottom:95px}.section-pad{padding-top:82px;padding-bottom:82px}
 .uniform-grid{grid-template-columns:1fr;gap:10px}.photo{aspect-ratio:4/5}.category-heading{margin-bottom:35px}
 .hero-logo-band{min-height:120px;padding:18px var(--pad)}#hero-band-logo{width:min(300px,76vw);max-height:82px}.spontaneous-photo,.event-photo,.approach-image{min-height:58svh}.signature-strip{grid-template-columns:1fr}.signature-logo-wrap{min-height:320px}.signature-portrait{min-height:460px}
 .contact-row{align-items:flex-start;flex-direction:column}.contact-meta{flex-direction:column;gap:10px}.site-footer{grid-template-columns:1fr;justify-items:start}.site-footer>a{text-align:left}.lightbox{padding:20px}
}




/* V6.2 — logo sous la hero : recadré et réellement agrandi sur desktop */
.hero-logo-band{
  min-height:260px;
  padding:30px var(--pad);
}
#hero-band-logo{
  width:min(780px,78vw);
  height:auto;
  max-height:none;
  object-fit:contain;
}

@media(max-width:900px){
  .hero-logo-band{
    min-height:190px;
    padding:24px var(--pad);
  }
  #hero-band-logo{
    width:min(560px,82vw);
  }
}

@media(max-width:600px){
  .hero-logo-band{
    min-height:150px;
    padding:20px var(--pad);
  }
  #hero-band-logo{
    width:min(420px,88vw);
  }
}

/* V6.8 — Instagram davantage mis en avant */
.instagram-cta{
  margin-top:22px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:5px 28px;
  align-items:center;
  min-width:min(390px,80vw);
  padding:20px 24px;
  border:1px solid currentColor;
  text-decoration:none;
  transition:background .25s ease,color .25s ease,transform .25s ease;
}
.instagram-cta .instagram-label{
  grid-column:1;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.18em;
  opacity:.65;
}
.instagram-cta strong{
  grid-column:1;
  font-size:clamp(16px,1.4vw,21px);
  font-weight:500;
  letter-spacing:-.02em;
}
.instagram-cta .instagram-arrow{
  grid-column:2;
  grid-row:1/3;
  font-size:28px;
}
.instagram-cta:hover{
  background:#111;
  color:#fff;
  transform:translateY(-2px);
}
@media(max-width:600px){
  .instagram-cta{
    min-width:0;
    width:100%;
    padding:17px 18px;
  }
}

/* V6.9 — Instagram minimaliste avec Logo_insta.png */
.instagram-logo-link{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-width:0;
  padding:24px 12px 8px;
  border:0;
  background:transparent;
  color:inherit;
  text-align:center;
}
.instagram-logo-link:hover{
  background:transparent;
  color:inherit;
  transform:none;
}
.instagram-logo{
  display:block;
  width:86px;
  height:86px;
  object-fit:contain;
  transition:transform .25s ease, opacity .25s ease;
}
.instagram-logo-link span{
  font-size:13px;
  letter-spacing:.06em;
  opacity:.78;
  transition:opacity .25s ease;
}
.instagram-logo-link:hover .instagram-logo{
  transform:scale(1.08);
  opacity:.82;
}
.instagram-logo-link:hover span{
  opacity:1;
}
@media(max-width:600px){
  .instagram-logo{
    width:72px;
    height:72px;
  }
}
