:root{--black:#080909;--black-soft:#0e1010;--black-card:#101212;--gold:#b58a39;--gold-light:#d1ad62;--gold-dark:#75551f;--cream:#ded0ad;--cream-light:#efe3c5;--line:rgba(181,138,57,.55);--pad:clamp(25px,5vw,80px)}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;padding-top:var(--header-height,100px);background:radial-gradient(circle at top,#121414 0%,#080909 55%,#050606 100%);color:var(--cream);font:300 15px/1.65 var(--sans);letter-spacing:.025em}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.035;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,255,255,.1) 3px);z-index:10}a{color:inherit;text-decoration:none}img{display:block;width:100%;background:var(--black-soft)}.shell{width:min(1400px,95%);margin:auto;padding-inline:clamp(5px,2vw,25px)}
.site-header{width:100%;min-height:100px;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:18px var(--pad);position:fixed;inset:0 0 auto;z-index:50;background:#000}.header-inner{width:100%;max-width:none;display:flex;justify-content:space-between;align-items:center;gap:30px;padding:0}.brand{display:flex;align-items:center;gap:18px;color:var(--cream-light);font:400 clamp(12px,1.2vw,18px)/1.35 var(--display);letter-spacing:1.6px;text-transform:uppercase}.mark{width:62px;height:62px;flex:0 0 62px;border:1px solid var(--gold);display:grid;place-items:center;color:var(--gold-light);font:400 13px var(--display);letter-spacing:2px;position:relative}.mark:before{content:"";position:absolute;inset:5px;border:1px solid var(--gold-dark)}.nav{display:flex;gap:clamp(12px,1.6vw,28px);align-items:center}.nav a{font-size:10px;letter-spacing:1.5px;text-transform:uppercase;transition:color .25s}.nav a:hover,.nav a.active{color:var(--gold-light)}.menu{display:none;border:1px solid var(--gold);background:none;color:var(--gold-light);padding:9px 13px;font:11px var(--sans);letter-spacing:1.5px;text-transform:uppercase}
main{width:min(1400px,95%);margin:auto}.hero{width:100%;min-height:690px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:70px;padding:90px 50px}.eyebrow,.ref,.meta{color:var(--gold-light);font:300 10px/1.6 var(--sans);letter-spacing:2px;text-transform:uppercase}.hero h1,.page-intro h1,.detail-copy h1{font:400 clamp(3.3rem,6.5vw,6.8rem)/1.05 var(--display);letter-spacing:.04em;color:var(--cream-light);text-transform:uppercase}.hero h1{max-width:12ch;margin:22px 0 30px;padding-bottom:30px;border-bottom:1px solid var(--gold-dark)}.hero-deck{font-size:16px;line-height:1.9;letter-spacing:1.5px}.hero-aside{border:1px solid var(--line);padding:40px;max-width:360px;color:var(--cream);position:relative}.hero-aside:before{content:"IEB";display:grid;place-items:center;width:86px;height:86px;border:1px solid var(--gold);border-radius:50%;margin-bottom:35px;color:var(--gold-light);font:400 18px var(--display);letter-spacing:3px}.hero-aside:after{content:"";position:absolute;inset:7px;border:1px solid rgba(117,85,31,.45);pointer-events:none}
.section{padding:70px 0;margin:0 clamp(5px,2vw,25px);border-top:1px solid var(--line)}.section-head{display:flex;align-items:center;gap:20px;margin-bottom:35px}.section-head:after{content:"";height:1px;background:var(--gold-dark);flex:1;order:3}.section-head h2{order:1;color:var(--gold-light);font:400 clamp(15px,1.5vw,19px) var(--display);letter-spacing:3px;text-transform:uppercase;white-space:nowrap}.section-head .ref{order:2}.page-intro{padding:100px 25px 90px}.page-intro h1{margin:22px 0 35px;padding-bottom:30px;border-bottom:1px solid var(--gold-dark)}.intro-text{max-width:650px;font-size:18px;line-height:1.8;letter-spacing:1px}
.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}.card{grid-column:span 4;border:1px solid var(--line);background:var(--black-card);transition:transform .3s,border-color .3s}.card:nth-child(2n){margin-top:0}.card:hover{transform:translateY(-5px);border-color:var(--gold-light)}.card-image{aspect-ratio:4/3;overflow:hidden}.card-image img{height:100%;object-fit:cover;filter:saturate(.65) contrast(1.05);transition:filter .3s,transform .4s}.card:hover img{filter:saturate(.85);transform:scale(1.01)}.card>.meta,.card>h3,.card>p,.record-info{margin-left:20px;margin-right:20px}.card>.meta{padding-top:18px;display:flex;justify-content:space-between}.card h3{margin-top:8px;color:var(--gold-light);font:400 18px/1.35 var(--display);letter-spacing:.04em}.card p{margin:12px 20px 22px;color:var(--cream);line-height:1.55}.records .card{grid-column:span 3}.records .card-image{aspect-ratio:1}.record-info{display:grid;grid-template-columns:1fr auto;gap:12px;padding:18px 0 20px}.record-info h3{margin:6px 0 0;font-size:15px}.record-info .meta{text-align:right}
.archive-list{border-top:1px solid var(--gold)}.archive-row{display:grid;grid-template-columns:1.1fr 2.2fr 1fr auto;gap:25px;align-items:baseline;padding:20px;border:1px solid transparent;border-bottom-color:var(--line);transition:background .25s,border-color .25s}.archive-row:hover{background:rgba(181,138,57,.06);border-color:var(--line)}.archive-row h3{color:var(--cream-light);font:400 16px var(--display);letter-spacing:.03em}.archive-row>span:nth-child(3){color:#aa9e83}.tag{color:var(--gold-light);font-size:10px;letter-spacing:1.5px;text-transform:uppercase}.tag.unclassified{color:#b86862}
.projects-section{padding-top:105px;padding-bottom:135px}.projects-section .section-head{margin-bottom:60px}.projects-editorial{grid-template-rows:auto auto;column-gap:clamp(45px,6vw,90px);row-gap:0}.projects-editorial .card{margin:0;border:0;background:transparent;transition:none}.projects-editorial .card:hover{transform:none;border-color:transparent}.projects-editorial .card:hover img{transform:none;filter:saturate(.85)}.projects-editorial .card:first-child{grid-column:span 8;grid-row:1/3;padding-right:clamp(10px,2vw,30px)}.projects-editorial .card:first-child .card-image{aspect-ratio:16/10;border-bottom:1px solid var(--gold-dark)}.projects-editorial .card:first-child>.meta,.projects-editorial .card:first-child>h3,.projects-editorial .card:first-child>p{margin-left:0;margin-right:0}.projects-editorial .card:first-child>.meta{padding-top:24px}.projects-editorial .card:first-child h3{max-width:18ch;margin-top:15px;font-size:clamp(28px,3vw,44px);line-height:1.2}.projects-editorial .card:first-child p{max-width:58ch;margin-top:18px;margin-bottom:0;font-size:16px;line-height:1.75}.projects-editorial .card:not(:first-child){grid-column:span 4;display:grid;grid-template-columns:minmax(130px,40%) 1fr;grid-template-rows:auto auto 1fr;align-content:start;padding:26px 0;border-top:1px solid var(--line)}.projects-editorial .card:nth-child(2){padding-top:0;border-top-color:var(--gold)}.projects-editorial .card:not(:first-child) .card-image{grid-row:1/4;aspect-ratio:4/3;align-self:start}.projects-editorial .card:not(:first-child)>.meta,.projects-editorial .card:not(:first-child)>h3,.projects-editorial .card:not(:first-child)>p{margin-left:22px;margin-right:0}.projects-editorial .card:not(:first-child)>.meta{padding-top:0;gap:8px;flex-wrap:wrap}.projects-editorial .card:not(:first-child) h3{margin-top:12px;font-size:17px;line-height:1.4}.projects-editorial .card:not(:first-child) p{font-size:13px;line-height:1.6;margin-top:12px;margin-bottom:0}.records-section,.archive-section{padding-top:105px;padding-bottom:105px}.archive-columns{display:grid;grid-template-columns:1.1fr 2.2fr 1fr auto;gap:25px;padding:0 20px 10px;color:var(--gold-light);font:300 9px/1.5 var(--sans);letter-spacing:1.8px;text-transform:uppercase}.archive-columns span:last-child{text-align:right}.archive-section .archive-row{padding-block:17px}.archive-section .archive-row .meta{font-variant-numeric:tabular-nums}.archive-section .archive-row h3{font-size:15px}
.persons .card-image{aspect-ratio:3/4}.persons .card>.meta:last-child{display:block;margin-bottom:20px;padding-top:0;color:#a88c55}.notes{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.note{min-height:280px;border:1px solid var(--line);background:var(--black-card);padding:28px;transition:border-color .3s}.note:hover{border-color:var(--gold-light)}.note .meta{display:flex;justify-content:space-between}.note h2{margin:35px 0 20px;color:var(--cream-light);font:400 clamp(21px,2.4vw,32px)/1.3 var(--display)}.note p{max-width:44ch;color:var(--cream)}
.about-grid{display:grid;grid-template-columns:1fr 2fr;gap:60px}.about-copy{color:var(--cream-light);font:400 clamp(1.7rem,3vw,3rem)/1.45 var(--display)}.small-copy{max-width:650px;margin-top:50px}.small-copy p+p{margin-top:22px}.contact-list{margin-top:65px;border-top:1px solid var(--gold)}.contact-row{display:grid;grid-template-columns:1fr 2fr;gap:30px;padding:22px 5px;border-bottom:1px solid var(--line)}.contact-row a{color:var(--cream-light);font:400 clamp(16px,2vw,23px) var(--display);transition:color .2s}.contact-row a:hover{color:var(--gold-light)}
.detail-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:55px;align-items:center;padding:80px 25px}.detail-hero>div:first-child{border:1px solid var(--line);padding:14px}.detail-hero img{aspect-ratio:4/3;object-fit:cover;filter:saturate(.7)}.detail-copy h1{font-size:clamp(2.7rem,5vw,5.4rem);margin:20px 0 30px}.detail-copy .lead{font-size:17px;line-height:1.8}.facts{margin-top:40px;border-top:1px solid var(--gold)}.fact{display:grid;grid-template-columns:1fr 2fr;padding:12px 0;border-bottom:1px solid var(--line)}
.site-footer{width:100%;max-width:none;border-top:1px solid var(--line);padding:40px var(--pad);display:grid;grid-template-columns:1fr auto;gap:50px;color:var(--cream);font-size:10px;letter-spacing:1.5px;text-transform:uppercase}.site-footer span:last-child{text-align:right;color:var(--gold-light)}.fade{opacity:1}
@media(max-width:1100px){.header-inner{flex-direction:column}.site-header{padding-block:22px}.nav{flex-wrap:wrap;justify-content:center}.hero{grid-template-columns:1fr}.hero-aside{max-width:none}.records .card,.card{grid-column:span 6}.projects-editorial{column-gap:40px}.projects-editorial .card:first-child{grid-column:span 7}.projects-editorial .card:not(:first-child){grid-column:span 5;grid-template-columns:1fr}.projects-editorial .card:not(:first-child) .card-image{grid-row:auto;aspect-ratio:16/8;min-height:0;margin-bottom:18px}.projects-editorial .card:not(:first-child)>.meta,.projects-editorial .card:not(:first-child)>h3,.projects-editorial .card:not(:first-child)>p{margin-left:0}.about-grid{grid-template-columns:1fr}.detail-hero{grid-template-columns:1fr}}
@media(max-width:750px){.site-header{min-height:88px}.header-inner{flex-direction:row}.brand span:last-child{max-width:18ch}.mark{width:50px;height:50px;flex-basis:50px}.menu{display:block}.nav{display:none;position:absolute;z-index:20;left:0;right:0;top:87px;background:var(--black-soft);border-bottom:1px solid var(--gold);padding:25px var(--pad);flex-direction:column;align-items:flex-start}.nav.open{display:flex}.hero{min-height:620px;padding:60px 10px;gap:45px}.hero h1,.page-intro h1{font-size:clamp(2.6rem,12vw,4.5rem)}.section{padding:70px 0}.section-head{align-items:flex-start;flex-wrap:wrap}.section-head .ref{width:100%;order:0}.card,.records .card,.projects-editorial .card:first-child,.projects-editorial .card:not(:first-child){grid-column:1/-1;grid-row:auto}.projects-editorial .card:first-child .card-image{aspect-ratio:4/3}.projects-editorial .card:not(:first-child){grid-template-columns:minmax(110px,38%) 1fr}.projects-editorial .card:not(:first-child) .card-image{grid-row:1/4;aspect-ratio:auto;min-height:100%}.projects-editorial .card:not(:first-child) p{display:none}.archive-columns{display:none}.archive-row{grid-template-columns:1fr auto;gap:8px 20px}.archive-row h3{grid-column:1/-1;grid-row:2}.archive-row>span:nth-child(3){display:none}.notes{grid-template-columns:1fr}.contact-row{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr;gap:10px}.site-footer span:last-child{text-align:left}.detail-hero{padding:50px 5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
.hero-logo{display:flex;justify-content:center;padding-block:55px}
.hero-logo img{width:min(680px,88vw);height:auto;object-fit:contain;background:transparent}
.hero-logo{background:#000}
body{background:#000}
.hero-logo{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(420px,1.1fr);align-items:center;gap:clamp(45px,7vw,110px);padding:45px 30px 60px;text-align:left}
.hero-logo-image{display:flex;justify-content:flex-start}
.hero-logo .hero-logo-image img{width:min(580px,100%);height:auto;object-fit:contain;background:#000}
.hero-logo-copy h1{max-width:11ch;margin:0;color:var(--gold-light);font:400 clamp(2.5rem,5vw,5.4rem)/1.12 var(--display);letter-spacing:.055em;text-transform:uppercase;border:0;padding:0}
.logo-divider{display:block;width:min(380px,100%);height:1px;margin:34px 0;background:linear-gradient(90deg,var(--gold),var(--gold-dark),transparent)}
.hero-logo-copy p{color:var(--cream-light);font:400 clamp(.9rem,1.5vw,1.25rem)/1.85 var(--display);letter-spacing:.16em;text-transform:uppercase}
@media(max-width:900px){.hero-logo{grid-template-columns:1fr;gap:10px;padding-top:35px}.hero-logo-image{justify-content:center}.hero-logo .hero-logo-image img{width:min(500px,85vw)}.hero-logo-copy{text-align:center}.hero-logo-copy h1{margin-inline:auto}.logo-divider{margin-inline:auto}.hero-logo-copy p{font-size:clamp(.75rem,2.4vw,1rem)}}
body[data-page="about"] .page-intro h1{font-size:clamp(2rem,4.2vw,4.6rem);line-height:1.18;max-width:24ch}
.brand img.mark{border:0;object-fit:contain;background:#000;padding:0}
.mark-wrap{width:62px;height:72px;flex:0 0 62px;display:block;overflow:hidden;background:#000}
.brand .mark-wrap img.mark{width:100%;height:100%;transform:none;object-fit:contain}
@media(max-width:750px){.mark-wrap{width:50px;height:58px;flex-basis:50px}.brand .mark-wrap img.mark{width:100%;height:100%}}
