
:root{
  --ink:#241a17; --paper:#faf6f0; --paper2:#f3ebe0;
  --terra:#b4462f; --terra-d:#973720; --ochre:#d98e33; --sky:#3f6f8f;
  --line:#e6d9c8; --muted:#7c6f63; --white:#fff; --maxw:1080px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;color:var(--ink);background:var(--paper);line-height:1.65;-webkit-font-smoothing:antialiased}
h1,h2,h3,.brand,.display{font-family:'Fraunces',Georgia,serif;line-height:1.1;font-weight:600}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}

/* nav */
nav{position:sticky;top:0;z-index:1000;background:rgba(250,246,240,.9);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav-in{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 22px}
.brand{font-size:20px;font-weight:600;color:var(--terra);letter-spacing:.2px}
.brand span{color:var(--muted);font-family:'Inter',sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;margin-left:8px}
.nav-links{display:flex;gap:22px;font-size:14.5px;font-weight:500}
.nav-links a{color:var(--muted)}
.nav-links a:hover,.nav-links a.on{color:var(--terra)}

/* hero */
.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:90px 22px;overflow:hidden;color:#fff;background:var(--ink) center 42%/cover no-repeat}
.hero::before{content:"";position:absolute;inset:0;z-index:0;background:
  linear-gradient(120deg,rgba(150,48,28,.80),rgba(30,20,23,.60) 52%,rgba(180,110,40,.74)),
  linear-gradient(to bottom,rgba(20,14,16,.25),rgba(20,14,16,.55))}
.hero>div{position:relative;z-index:1}
.hero h1{font-size:clamp(46px,9vw,108px);letter-spacing:-.5px;text-shadow:0 4px 34px rgba(0,0,0,.45)}
.hero .kicker{text-transform:uppercase;letter-spacing:.28em;font-size:13px;font-weight:600;opacity:.96;margin-bottom:18px;text-shadow:0 2px 12px rgba(0,0,0,.5)}
.hero .sub{margin-top:20px;font-size:clamp(16px,2.4vw,20px);max-width:640px;margin-left:auto;margin-right:auto;font-weight:400;opacity:.98;text-shadow:0 2px 14px rgba(0,0,0,.5)}
.hero .scroll{margin-top:34px;display:inline-block;font-size:13px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;border:1px solid rgba(255,255,255,.6);padding:11px 22px;border-radius:30px;transition:background .2s,color .2s}
.hero .scroll:hover{background:#fff;color:var(--ink)}

/* intro */
.intro{padding:72px 0}
.intro .lede{font-family:'Fraunces',serif;font-size:clamp(20px,3vw,27px);font-style:italic;color:var(--terra-d);max-width:760px;margin:0 auto 34px;text-align:center;line-height:1.4}
.intro p{max-width:680px;margin:0 auto 18px;font-size:17px;color:#3a2f2a}
.intro .sign{text-align:center;margin-top:30px;color:var(--muted);font-style:italic}

.section{padding:66px 0}
.section.alt{background:var(--paper2)}
.eyebrow{text-align:center;text-transform:uppercase;letter-spacing:.22em;font-size:12.5px;font-weight:700;color:var(--ochre);margin-bottom:10px}
.section h2{text-align:center;font-size:clamp(28px,4.5vw,40px);margin-bottom:12px}
.section .lead{text-align:center;color:var(--muted);max-width:620px;margin:0 auto 40px;font-size:16.5px}

/* map */
#map{height:480px;border-radius:16px;border:1px solid var(--line);box-shadow:0 14px 40px rgba(60,40,20,.10);z-index:1}
.map-note{text-align:center;color:var(--muted);font-size:13.5px;margin-top:14px}
.leaflet-div-icon.pin{background:transparent;border:none}
.pinmark{width:28px;height:28px;border-radius:50%;background:var(--terra);color:#fff;display:flex;align-items:center;justify-content:center;font:700 13px 'Inter',sans-serif;border:2px solid #fff;box-shadow:0 2px 7px rgba(0,0,0,.45)}
.pinmark.approx{background:var(--ochre)}
.pinmark{cursor:pointer;transition:transform .12s}
.pinmark:hover{transform:scale(1.15)}
.leaflet-tooltip.pin-tt{background:#fff;border:1px solid var(--line);border-radius:10px;padding:6px;box-shadow:0 8px 24px rgba(60,40,20,.22)}
.leaflet-tooltip.pin-tt:before{border-top-color:#fff}
.pin-tip img{width:160px;height:104px;object-fit:cover;border-radius:6px;display:block}
.pin-tip span{display:block;margin-top:6px;font:600 12.5px 'Inter',sans-serif;color:var(--ink);max-width:160px;line-height:1.25}
.pin-tip em{color:var(--muted);font-weight:500}

/* grid */
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:26px}
.card{background:var(--white);border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease;display:flex;flex-direction:column}
.card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(60,40,20,.14)}
.card .ph{aspect-ratio:4/3;overflow:hidden;background:var(--paper2);position:relative}
.card .ph img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.card .ph .pnum{position:absolute;top:10px;left:10px;width:26px;height:26px;border-radius:50%;background:rgba(36,26,23,.82);color:#fff;display:flex;align-items:center;justify-content:center;font:700 12px 'Inter',sans-serif;z-index:2}
.ph-todo,.photo-todo{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:repeating-linear-gradient(45deg,#f3ebe0,#f3ebe0 12px,#efe5d6 12px,#efe5d6 24px);color:var(--muted);font-size:14px;font-weight:600;letter-spacing:.02em}
.ph-todo span,.photo-todo span{font-size:30px}
.photo-todo{aspect-ratio:4/3;border-radius:16px;border:1px dashed var(--ochre)}
.card:hover .ph img{transform:scale(1.05)}
.card .body{padding:18px 20px 22px;flex:1;display:flex;flex-direction:column}
.card .num{font-size:12px;font-weight:700;color:var(--ochre);letter-spacing:.1em}
.card h3{font-size:21px;margin:6px 0 6px}
.card .meta{font-size:13.5px;color:var(--muted);margin-bottom:14px}
.card .go{margin-top:auto;font-size:14px;font-weight:600;color:var(--terra)}
.badge{display:inline-block;background:#f6ecdd;color:var(--ochre);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:3px 9px;border-radius:20px;margin-top:8px}

/* œuvre page */
.oeuvre{padding:40px 0 40px}
.back{display:inline-block;color:var(--muted);font-size:14px;font-weight:500;margin-bottom:26px}
.back:hover{color:var(--terra)}
.oeuvre-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start}
.oeuvre-grid .photo img{width:100%;border-radius:16px;border:1px solid var(--line);box-shadow:0 16px 44px rgba(60,40,20,.14)}
.oeuvre h1{font-size:clamp(30px,5vw,46px);font-style:italic;margin-bottom:18px}
.facts{list-style:none;margin:0 0 22px;padding:0}
.facts li{padding:9px 0;border-bottom:1px solid var(--line);font-size:15.5px}
.facts li span{display:inline-block;min-width:92px;color:var(--muted);text-transform:uppercase;font-size:11.5px;letter-spacing:.1em;font-weight:700}
.oeuvre .desc{font-size:17px;color:#3a2f2a;margin-bottom:22px}
.quote{border-left:3px solid var(--ochre);padding:6px 0 6px 18px;font-family:'Fraunces',serif;font-style:italic;font-size:18px;color:var(--terra-d);margin:22px 0}
.todo{background:#fff7ea;border:1px dashed var(--ochre);border-radius:12px;padding:16px 18px;color:#7a5a1e;font-size:14.5px;margin-bottom:22px}
.oeuvre-nav{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);margin-top:10px;padding:26px 22px 70px}
.oeuvre-nav a{font-size:14.5px;font-weight:600;color:var(--muted);max-width:46%}
.oeuvre-nav a:hover{color:var(--terra)}
.oeuvre-nav .lab{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--ochre);margin-bottom:3px;font-weight:700}
.oeuvre-nav a.next{text-align:right;margin-left:auto}

/* à propos */
.apropos{padding:56px 0 30px}
.apropos h1{font-size:clamp(32px,5vw,50px);font-style:italic;text-align:center;margin-bottom:10px}
.apropos .lede{font-family:'Fraunces',serif;font-style:italic;font-size:clamp(18px,2.6vw,23px);color:var(--terra-d);text-align:center;max-width:720px;margin:0 auto 40px;line-height:1.45}
.apropos p{max-width:700px;margin:0 auto 18px;font-size:17px;color:#3a2f2a}
.artists{max-width:820px;margin:44px auto 0}
.artists h2{text-align:center;font-size:26px;margin-bottom:8px}
.artists .sub{text-align:center;color:var(--muted);margin-bottom:26px;font-size:15px}
.chips{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.chip{background:var(--white);border:1px solid var(--line);border-radius:30px;padding:9px 18px;font-size:15px;font-weight:600;color:var(--ink)}

/* footer */
footer{background:var(--ink);color:#e9ddce;padding:48px 0;margin-top:0}
.foot-in{text-align:center}
.foot-title{font-family:'Fraunces',serif;font-size:22px;color:#fff;margin-bottom:8px}
.foot-in p{font-size:14.5px;opacity:.85;margin:4px 0}
.foot-links a{color:#e9ddce}
.foot-links a:hover{color:#fff}
.foot-sign{margin-top:14px;font-style:italic;opacity:.6;font-size:13px}

@media(max-width:720px){
  .nav-links{gap:13px;font-size:12.5px}
  .brand span{display:none}
  .oeuvre-grid{grid-template-columns:1fr;gap:26px}
}
