:root{
  --ink:#11110f;
  --paper:#f7f5ef;
  --white:#fff;
  --muted:#6e6b64;
  --line:#d9d5ca;
  --icl-yellow:#d6c800;
  --icl-orange:#f04b16;
  --icl-green:#159c62;
  --icl-pink:#d766a2;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.eyebrow{font-size:.76rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700}
.serif{font-family:Georgia,'Times New Roman',serif;font-weight:400}
.display{font-family:Georgia,'Times New Roman',serif;font-size:clamp(3.7rem,8.5vw,8.6rem);line-height:.82;letter-spacing:-.055em;font-weight:400;margin:0}
.h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.5rem,5vw,5.1rem);line-height:.96;letter-spacing:-.04em;font-weight:400;margin:0}
.lead{font-size:clamp(1.15rem,2vw,1.55rem);line-height:1.4}
.small{font-size:.9rem;color:var(--muted)}
.site-header{position:sticky;top:0;z-index:20;background:rgba(247,245,239,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.header-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand img{width:145px;height:auto}
.nav{display:flex;align-items:center;gap:32px;font-size:.9rem}
.nav a{padding:10px 0;border-bottom:1px solid transparent}
.nav a:hover,.nav a[aria-current='page']{border-color:var(--ink)}
.mobile-menu{display:none;background:none;border:0;font-size:1.55rem;cursor:pointer}

/* HOME */
.home-hero{min-height:660px;display:grid;grid-template-columns:1.05fr .95fr;border-bottom:1px solid var(--line)}
.home-copy{padding:90px max(24px,calc((100vw - var(--max))/2)) 74px max(24px,calc((100vw - var(--max))/2));padding-right:7vw;display:flex;flex-direction:column;justify-content:center}
.home-copy .logo-big{width:min(430px,80%);margin:34px 0 35px}
.home-copy p{max-width:560px}
.home-art{background:var(--icl-yellow);position:relative;overflow:hidden;min-height:600px}
.home-art img{width:100%;height:100%;object-fit:cover;object-position:50% 20%}
.project-section{padding:105px 0}
.project-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;padding-bottom:30px;border-bottom:1px solid var(--line)}
.project-heading p{max-width:420px;margin:0}
.project-card{display:grid;grid-template-columns:.85fr 1.15fr;margin-top:44px;background:#0d0d0b;color:white;min-height:520px}
.project-card-copy{padding:58px;display:flex;flex-direction:column;justify-content:space-between}
.project-card-copy .h2{max-width:560px}
.project-card-copy p{max-width:520px;color:#d7d7d2}
.project-card-visual{background:var(--icl-yellow);overflow:hidden}
.project-card-visual img{width:100%;height:100%;object-fit:cover;object-position:center 15%}
.text-link{display:inline-flex;align-items:center;gap:14px;border-bottom:1px solid currentColor;padding-bottom:7px;width:max-content;font-weight:700;font-size:.9rem}
.text-link::after{content:'→';font-size:1.2rem}
.minimal-info{padding:70px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 2fr;gap:70px}
.minimal-info p{max-width:680px;margin:0;font-size:1.15rem}
.footer{border-top:1px solid var(--line);padding:35px 0 50px}
.footer-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}
.footer-logo{width:120px}

/* ICL */
.icl{background:#0a0a08;color:#fff}
.icl .site-header{background:rgba(10,10,8,.93);border-color:#2a2a25;color:#fff}
.icl .nav a:hover,.icl .nav a[aria-current='page']{border-color:var(--icl-yellow)}
.icl .brand img{filter:invert(1);mix-blend-mode:screen}
.lang-switch{display:flex;align-items:center;gap:8px;margin-left:10px}
.lang-switch button{background:transparent;border:0;color:#aaa;padding:8px 4px;cursor:pointer}
.lang-switch button.active{color:var(--icl-yellow);text-decoration:underline;text-underline-offset:5px}
.lang-switch button:disabled{opacity:.42;cursor:not-allowed}
.icl-hero{background:var(--icl-yellow);color:#070705;display:grid;grid-template-columns:1fr .7fr;min-height:780px}
.icl-hero-copy{padding:95px max(24px,calc((100vw - var(--max))/2)) 70px max(24px,calc((100vw - var(--max))/2));padding-right:5vw;display:flex;flex-direction:column;justify-content:center;position:relative}
.icl-hero-copy .display{font-size:clamp(4rem,9vw,9rem)}
.icl-subtitle{font-size:clamp(1.55rem,3vw,2.65rem);font-family:Georgia,'Times New Roman',serif;line-height:1.08;max-width:720px;margin:30px 0 0}
.icl-fur-title{font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-top:26px}
.poster-wrap{background:var(--icl-yellow);padding:36px 36px 36px 0;display:flex;align-items:center;justify-content:center;overflow:hidden}
.poster-wrap img{height:720px;width:auto;max-width:100%;object-fit:contain;box-shadow:0 14px 50px rgba(0,0,0,.18)}
.icl-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #34342e;border-bottom:1px solid #34342e;background:#0a0a08}
.icl-strip a{padding:22px;text-align:center;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;border-right:1px solid #34342e}
.icl-strip a:last-child{border-right:0}
.icl-section{padding:105px 0;border-bottom:1px solid #2c2c27}
.icl-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}
.icl-grid .copy{font-size:1.12rem;color:#d3d3cd;max-width:700px}
.icl-grid .copy p:first-child{margin-top:0}
.icl-grid .copy p:last-child{margin-bottom:0}
.highlight-panel{background:#11110e;border-top:1px solid #35352f;border-bottom:1px solid #35352f}
.highlight-panel .container{display:grid;grid-template-columns:1fr 1fr;min-height:390px}
.highlight-left,.highlight-right{padding:70px 0}
.highlight-left{padding-right:70px;border-right:1px solid #35352f}
.highlight-right{padding-left:70px}
.highlight-left .eyebrow,.activities .eyebrow,.supporters .eyebrow{color:var(--icl-yellow)}
.stat{font-family:Georgia,'Times New Roman',serif;font-size:clamp(4rem,8vw,8rem);line-height:1;margin:15px 0 4px;color:var(--icl-yellow)}
.formats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}
.format{border:1px solid #383830;padding:24px;min-height:160px;display:flex;flex-direction:column;justify-content:space-between}
.format span:first-child{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;color:#9a9a91}
.format strong{font-family:Georgia,'Times New Roman',serif;font-size:1.5rem;font-weight:400}
.activities-list{margin-top:45px;border-top:1px solid #33332e}
.activity{display:grid;grid-template-columns:80px 1fr auto;gap:20px;align-items:center;padding:24px 0;border-bottom:1px solid #33332e}
.activity .num{color:var(--icl-yellow);font-family:Georgia,'Times New Roman',serif;font-size:1.4rem}
.activity .arrow{font-size:1.35rem;color:#aaa}
.supporters{padding:80px 0 95px;background:#fff;color:#111}
.supporters .eyebrow{color:#111}
.supporters-intro{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:35px}
.supporters-intro p{max-width:550px;color:#666;margin:0}
.supporters img{width:100%;height:auto;border:1px solid #e5e1d8;background:#fff}
.icl-footer{padding:35px 0 50px;background:#0a0a08;border-top:1px solid #2f2f2a}
.icl-footer .footer-inner{color:#aaa}
.icl-footer .footer-logo{filter:invert(1);mix-blend-mode:screen}
.pending-fur{display:none;background:#151511;border:1px solid #3a3a31;padding:32px;margin-top:36px;color:#d4d4cc}
body.fur-mode .it-content{display:none}
body.fur-mode .pending-fur{display:block}

@media(max-width:900px){
  .container{width:min(100% - 30px,var(--max))}
  .header-inner{height:80px}
  .brand img{width:120px}
  .mobile-menu{display:block;color:inherit}
  .nav{position:absolute;left:0;right:0;top:80px;background:inherit;border-bottom:1px solid var(--line);display:none;flex-direction:column;align-items:flex-start;padding:20px 24px;gap:6px}
  .nav.open{display:flex}
  .home-hero,.icl-hero{grid-template-columns:1fr}
  .home-copy,.icl-hero-copy{padding:70px 24px}
  .home-art{min-height:420px}
  .project-card{grid-template-columns:1fr}
  .project-card-copy{padding:38px 28px}
  .project-card-visual{height:520px}
  .minimal-info,.icl-grid{grid-template-columns:1fr;gap:28px}
  .highlight-panel .container{grid-template-columns:1fr}
  .highlight-left{padding-right:0;border-right:0;border-bottom:1px solid #35352f}
  .highlight-right{padding-left:0}
  .poster-wrap{padding:0 24px 40px}
  .poster-wrap img{height:auto;max-height:720px}
  .icl-strip{grid-template-columns:1fr 1fr}
  .icl-strip a:nth-child(2){border-right:0}
  .icl-strip a:nth-child(-n+2){border-bottom:1px solid #34342e}
  .formats{grid-template-columns:1fr}
  .supporters-intro,.project-heading,.footer-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .home-copy .logo-big{width:90%}
  .project-section,.icl-section{padding:72px 0}
  .project-card-visual{height:430px}
  .icl-strip{grid-template-columns:1fr}
  .icl-strip a{border-right:0;border-bottom:1px solid #34342e!important}
  .icl-strip a:last-child{border-bottom:0!important}
  .activity{grid-template-columns:50px 1fr}
  .activity .arrow{display:none}
  .supporters{padding:60px 0 70px}
}
